#814410

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

Shades of Saddle Brown #814410

Tints of Saddle Brown #814410

Color information

#814410 (or 0x814410) is unknown color: approx Saddle Brown. HEX triplet: 81, 44 and 10. RGB value is (129,68,16). Sum of RGB (Red+Green+Blue) = 129+68+16=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #814410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814410 is #7EBBEF. Grayscale: #505050. Windows color (decimal): -8305648 or 1066113. OLE color: 1066113.

HSL color Cylindrical-coordinate representation of color #814410: hue angle of 27.61º 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 #814410 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1296816-
CMYK00.470.880.49
HSL27.61º77.93%28.43%-
HSV(B)27.61º87.6%50.59%-
XYZ11.218.841.61-
YUV80.3191.71162.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=60.56%
G=31.92%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129681600.470.880.4927.6177.9328.43
Hex81441002F58311c4e1c
Octal20110420057130613411634
Binary100000011000100100000101111101100011000111100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814410; }

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

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

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

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

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

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

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

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