#80410e

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

Shades of Saddle Brown #80410E

Tints of Saddle Brown #80410E

Color information

#80410E (or 0x80410E) is unknown color: approx Saddle Brown. HEX triplet: 80, 41 and 0E. RGB value is (128,65,14). Sum of RGB (Red+Green+Blue) = 128+65+14=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #80410E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80410E is #7FBEF1. Grayscale: #4E4E4E. Windows color (decimal): -8371954 or 934272. OLE color: 934272.

HSL color Cylindrical-coordinate representation of color #80410E: hue angle of 26.84º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80410E is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB1286514-
CMYK00.490.890.50
HSL26.84º80.28%27.84%-
HSV(B)26.84º89.06%50.2%-
XYZ10.878.41.46-
YUV78.0291.87163.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 61.84%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 14 (5.86% from 255) = 6.76%
R=61.84%
G=31.40%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128651400.490.890.5026.8480.2827.84
Hex8041E03159321b501c
Octal20010116061131623312034
Binary10000000100000111100110001101100111001011011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80410e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80410e; }

 p { color: rgb(128,65,14); }

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

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

 a { background-color: rgb(128,65,14); }

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

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

 span { border-color: rgb(128,65,14); }

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