#80440C

Color #80440C Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #80440C

Tints of Saddle Brown #80440C

Color information

#80440C (or 0x80440C) is unknown color: approx Saddle Brown. HEX triplet: 80, 44 and 0C. RGB value is (128,68,12). Sum of RGB (Red+Green+Blue) = 128+68+12=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #80440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80440C is #7FBBF3. Grayscale: #4F4F4F. Windows color (decimal): -8371188 or 803968. OLE color: 803968.

HSL color Cylindrical-coordinate representation of color #80440C: hue angle of 28.97º 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 #80440C is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1286812-
CMYK00.470.910.50
HSL28.97º82.86%27.45%-
HSV(B)28.97º90.62%50.2%-
XYZ11.048.751.46-
YUV79.5689.88162.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.54%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=61.54%
G=32.69%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128681200.470.910.5028.9782.8627.45
Hex8044C02F5B321d531b
Octal20010414057133623512333
Binary10000000100010011000101111101101111001011101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80440C;
 }
 .AnyTagClassName
 {
   color: #80440C;
 }
</style>
background-color css

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

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

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

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

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

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