#865513

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

Shades of Saddle Brown #865513

Tints of Saddle Brown #865513

Color information

#865513 (or 0x865513) is unknown color: approx Saddle Brown. HEX triplet: 86, 55 and 13. RGB value is (134,85,19). Sum of RGB (Red+Green+Blue) = 134+85+19=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #865513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865513 is #79AAEC. Grayscale: #5C5C5C. Windows color (decimal): -7973613 or 1267078. OLE color: 1267078.

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

Color convert

RGB1348519-
CMYK00.370.860.47
HSL34.43º75.16%30%-
HSV(B)34.43º85.82%52.55%-
XYZ13.211.612.16-
YUV92.1386.73157.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 19 (7.81% from 255) = 7.98%
R=56.30%
G=35.71%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134851900.370.860.4734.4375.1630
Hex865513025562F224b1e
Octal20612523045126574211336
Binary1000011010101011001101001011010110101111100010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865513; }

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

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

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

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

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

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

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

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