#864710

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

Shades of Saddle Brown #864710

Tints of Saddle Brown #864710

Color information

#864710 (or 0x864710) is unknown color: approx Saddle Brown. HEX triplet: 86, 47 and 10. RGB value is (134,71,16). Sum of RGB (Red+Green+Blue) = 134+71+16=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #864710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864710 is #79B8EF. Grayscale: #535353. Windows color (decimal): -7977200 or 1066886. OLE color: 1066886.

HSL color Cylindrical-coordinate representation of color #864710: hue angle of 27.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #864710 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1347116-
CMYK00.470.880.47
HSL27.97º78.67%29.41%-
HSV(B)27.97º88.06%52.55%-
XYZ12.189.611.7-
YUV83.5789.87163.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=60.63%
G=32.13%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134711600.470.880.4727.9778.6729.41
Hex86471002F582F1c4f1d
Octal20610720057130573411735
Binary100001101000111100000101111101100010111111100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864710; }

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

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

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

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

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

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

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

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