Html Css Color HEX #925006 Saddle Brown

📋 copy color: '#925006'

red 146 ◦ green 80 ◦ blue 6

#925006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #925006

Tints of Saddle Brown #925006

RGB

 RED value IS 146 (57.42% from 255) = 62.93%

 GREEN value IS 80 (31.64% from 255) = 34.48%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 62.93%
G = 34.48%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#925006 (or 0x925006) is known color: Saddle Brown. HEX triplet: 92, 50 and 06. RGB value is (146,80,6). Sum of RGB (Red+Green+Blue) = 146+80+6=232 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.93% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 146 - color contains mainly: red. Hex color #925006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925006 is #6DAFF9. Grayscale: #5B5B5B. Windows color (decimal): -7188474 or 413842. OLE color: 413842.

HSL color Cylindrical-coordinate representation of color #925006: hue angle of 31.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #925006 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 80 6 -
CMYK 0 0.45 0.96 0.43
HSL 31.71º 0.92% 0.3% -
HSV(B) 31.71º 0.96% 0.57% -
XYZ 14.76 11.86 1.68 -
YUV 91.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 146 80 6 0 0.45 0.96 0.43 31.71 0.92 0.3
Hex 92 50 6 0 2D 60 2B 20 5C 1E
Octal 222 120 6 0 55 140 53 40 134 36
Binary 10010010 1010000 110 0 101101 1100000 101011 100000 1011100 11110

Color Harmonies of #925006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925006

Black with #925006

Text Example


Text Example

White with #925006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925006; }

 p { color: rgb(146,80,6); }

 H1.HeaderClassName
 {
   color: #925006;
 }
 .AnyTagClassName
 {
   color: #925006;
 }
</style>

background-color css

<style>
 a { background-color: #925006; }

 a { background-color: rgb(146,80,6); }

 div.DivClassName
 {
   background-color: #925006;
 }
 .BgClassName
 {
   background-color: #925006;
 }
</style>

border-color css

<style>
 span { border-color: #925006; }

 span { border-color: rgb(146,80,6); }

 td.TdClassName
 {
   border-color: #925006;
 }
 .TagClassName
 {
   border-color: #925006;
 }
</style>