Html Css Color HEX #80400C Saddle Brown

📋 copy color: '#80400C'

red 128 ◦ green 64 ◦ blue 12

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

Shades of Saddle Brown #80400C

Tints of Saddle Brown #80400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 62.75%
G = 31.37%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80400C (or 0x80400C) is known color: Saddle Brown. HEX triplet: 80, 40 and 0C. RGB value is (128,64,12). Sum of RGB (Red+Green+Blue) = 128+64+12=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #80400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80400C is #7FBFF3. Grayscale: #4D4D4D. Windows color (decimal): -8372212 or 802944. OLE color: 802944.

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

Color convert

RGB 128 64 12 -
CMYK 0 0.5 0.91 0.50
HSL 26.9º 0.83% 0.27% -
HSV(B) 26.9º 0.91% 0.5% -
XYZ 10.8 8.28 1.38 -
YUV 77.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 128 64 12 0 0.5 0.91 0.50 26.9 0.83 0.27
Hex 80 40 C 0 32 5B 32 1B 53 1B
Octal 200 100 14 0 62 133 62 33 123 33
Binary 10000000 1000000 1100 0 110010 1011011 110010 11011 1010011 11011

Color Harmonies of #80400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80400C

Black with #80400C

Text Example


Text Example

White with #80400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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