#865511

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

Shades of Saddle Brown #865511

Tints of Saddle Brown #865511

Color information

#865511 (or 0x865511) is unknown color: approx Saddle Brown. HEX triplet: 86, 55 and 11. RGB value is (134,85,17). Sum of RGB (Red+Green+Blue) = 134+85+17=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #865511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865511 is #79AAEE. Grayscale: #5C5C5C. Windows color (decimal): -7973615 or 1136006. OLE color: 1136006.

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

Color convert

RGB1348517-
CMYK00.370.870.47
HSL34.87º77.48%29.61%-
HSV(B)34.87º87.31%52.55%-
XYZ13.1811.612.08-
YUV91.985.73158.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=56.78%
G=36.02%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134851700.370.870.4734.8777.4829.61
Hex865511025572F234d1e
Octal20612521045127574311536
Binary1000011010101011000101001011010111101111100011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865511; }

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

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

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

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

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

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

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

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