#814210

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

Shades of Saddle Brown #814210

Tints of Saddle Brown #814210

Color information

#814210 (or 0x814210) is unknown color: approx Saddle Brown. HEX triplet: 81, 42 and 10. RGB value is (129,66,16). Sum of RGB (Red+Green+Blue) = 129+66+16=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #814210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814210 is #7EBDEF. Grayscale: #4F4F4F. Windows color (decimal): -8306160 or 1065601. OLE color: 1065601.

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

Color convert

RGB1296616-
CMYK00.490.880.49
HSL26.55º77.93%28.43%-
HSV(B)26.55º87.6%50.59%-
XYZ11.18.61.57-
YUV79.1492.37163.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.14%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 16 (6.64% from 255) = 7.58%
R=61.14%
G=31.28%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129661600.490.880.4926.5577.9328.43
Hex81421003158311b4e1c
Octal20110220061130613311634
Binary100000011000010100000110001101100011000111011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814210; }

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

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

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

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

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

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

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

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