#814710

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

Shades of Saddle Brown #814710

Tints of Saddle Brown #814710

Color information

#814710 (or 0x814710) is unknown color: approx Saddle Brown. HEX triplet: 81, 47 and 10. RGB value is (129,71,16). Sum of RGB (Red+Green+Blue) = 129+71+16=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #814710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814710 is #7EB8EF. Grayscale: #525252. Windows color (decimal): -8304880 or 1066881. OLE color: 1066881.

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

Color convert

RGB1297116-
CMYK00.450.880.49
HSL29.2º77.93%28.43%-
HSV(B)29.2º87.6%50.59%-
XYZ11.49.211.67-
YUV82.0790.72161.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.72%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 16 (6.64% from 255) = 7.41%
R=59.72%
G=32.87%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129711600.450.880.4929.277.9328.43
Hex81471002D58311d4e1c
Octal20110720055130613511634
Binary100000011000111100000101101101100011000111101100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814710; }

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

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

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

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

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

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

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

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