Html Css Color HEX #804008 Saddle Brown

📋 copy color: '#804008'

red 128 ◦ green 64 ◦ blue 8

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

Shades of Saddle Brown #804008

Tints of Saddle Brown #804008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 8 (3.52% from 255) = 4%

R = 64%
G = 32%
B = 4%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#804008 (or 0x804008) is known color: Saddle Brown. HEX triplet: 80, 40 and 08. RGB value is (128,64,8). Sum of RGB (Red+Green+Blue) = 128+64+8=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #804008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804008 is #7FBFF7. Grayscale: #4D4D4D. Windows color (decimal): -8372216 or 540800. OLE color: 540800.

HSL color Cylindrical-coordinate representation of color #804008: hue angle of 28º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #804008 is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 64 8 -
CMYK 0 0.5 0.94 0.50
HSL 28º 0.88% 0.27% -
HSV(B) 28º 0.94% 0.5% -
XYZ 10.78 8.27 1.26 -
YUV 76.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 128 64 8 0 0.5 0.94 0.50 28 0.88 0.27
Hex 80 40 8 0 32 5E 32 1C 58 1B
Octal 200 100 10 0 62 136 62 34 130 33
Binary 10000000 1000000 1000 0 110010 1011110 110010 11100 1011000 11011

Color Harmonies of #804008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804008

Black with #804008

Text Example


Text Example

White with #804008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804008; }

 p { color: rgb(128,64,8); }

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

background-color css

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

 a { background-color: rgb(128,64,8); }

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

border-color css

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

 span { border-color: rgb(128,64,8); }

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