#865011

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

Shades of Saddle Brown #865011

Tints of Saddle Brown #865011

Color information

#865011 (or 0x865011) is unknown color: approx Saddle Brown. HEX triplet: 86, 50 and 11. RGB value is (134,80,17). Sum of RGB (Red+Green+Blue) = 134+80+17=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #865011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865011 is #79AFEE. Grayscale: #595959. Windows color (decimal): -7974895 or 1134726. OLE color: 1134726.

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

Color convert

RGB1348017-
CMYK00.400.870.47
HSL32.31º77.48%29.61%-
HSV(B)32.31º87.31%52.55%-
XYZ12.810.851.95-
YUV88.9687.39160.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=58.01%
G=34.63%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134801700.400.870.4732.3177.4829.61
Hex865011028572F204d1e
Octal20612021050127574011536
Binary1000011010100001000101010001010111101111100000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865011; }

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

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

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

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

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

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

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

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