#814211

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

Shades of Saddle Brown #814211

Tints of Saddle Brown #814211

Color information

#814211 (or 0x814211) is unknown color: approx Saddle Brown. HEX triplet: 81, 42 and 11. RGB value is (129,66,17). Sum of RGB (Red+Green+Blue) = 129+66+17=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #814211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814211 is #7EBDEE. Grayscale: #4F4F4F. Windows color (decimal): -8306159 or 1131137. OLE color: 1131137.

HSL color Cylindrical-coordinate representation of color #814211: hue angle of 26.25º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #814211 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB1296617-
CMYK00.490.870.49
HSL26.25º76.71%28.63%-
HSV(B)26.25º86.82%50.59%-
XYZ11.18.61.61-
YUV79.2592.87163.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.85%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 17 (7.03% from 255) = 8.02%
R=60.85%
G=31.13%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129661700.490.870.4926.2576.7128.63
Hex81421103157311a4d1d
Octal20110221061127613211535
Binary100000011000010100010110001101011111000111010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814211; }

 p { color: rgb(129,66,17); }

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

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

 a { background-color: rgb(129,66,17); }

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

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

 span { border-color: rgb(129,66,17); }

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