#864811

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

Shades of Saddle Brown #864811

Tints of Saddle Brown #864811

Color information

#864811 (or 0x864811) is unknown color: approx Saddle Brown. HEX triplet: 86, 48 and 11. RGB value is (134,72,17). Sum of RGB (Red+Green+Blue) = 134+72+17=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #864811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864811 is #79B7EE. Grayscale: #545454. Windows color (decimal): -7976943 or 1132678. OLE color: 1132678.

HSL color Cylindrical-coordinate representation of color #864811: hue angle of 28.21º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #864811 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1347217-
CMYK00.460.870.47
HSL28.21º77.48%29.61%-
HSV(B)28.21º87.31%52.55%-
XYZ12.259.741.77-
YUV84.2790.04163.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=60.09%
G=32.29%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134721700.460.870.4728.2177.4829.61
Hex86481102E572F1c4d1e
Octal20611021056127573411536
Binary100001101001000100010101110101011110111111100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864811; }

 p { color: rgb(134,72,17); }

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

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

 a { background-color: rgb(134,72,17); }

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

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

 span { border-color: rgb(134,72,17); }

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