Html Css Color HEX #804206 Saddle Brown

📋 copy color: '#804206'

red 128 ◦ green 66 ◦ blue 6

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

Shades of Saddle Brown #804206

Tints of Saddle Brown #804206

RGB

 RED value IS 128 (50.39% from 255) = 64%

 GREEN value IS 66 (26.17% from 255) = 33%

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

R = 64%
G = 33%
B = 3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#804206 (or 0x804206) is known color: Saddle Brown. HEX triplet: 80, 42 and 06. RGB value is (128,66,6). Sum of RGB (Red+Green+Blue) = 128+66+6=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #804206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804206 is #7FBDF9. Grayscale: #4E4E4E. Windows color (decimal): -8371706 or 410240. OLE color: 410240.

HSL color Cylindrical-coordinate representation of color #804206: hue angle of 29.51º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #804206 is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 6 -
CMYK 0 0.48 0.95 0.50
HSL 29.51º 0.91% 0.26% -
HSV(B) 29.51º 0.95% 0.5% -
XYZ 10.88 8.5 1.24 -
YUV 77.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 128 66 6 0 0.48 0.95 0.50 29.51 0.91 0.26
Hex 80 42 6 0 30 5F 32 1E 5B 1A
Octal 200 102 6 0 60 137 62 36 133 32
Binary 10000000 1000010 110 0 110000 1011111 110010 11110 1011011 11010

Color Harmonies of #804206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804206

Black with #804206

Text Example


Text Example

White with #804206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804206; }

 p { color: rgb(128,66,6); }

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

background-color css

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

 a { background-color: rgb(128,66,6); }

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

border-color css

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

 span { border-color: rgb(128,66,6); }

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