#865013

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

Shades of Saddle Brown #865013

Tints of Saddle Brown #865013

Color information

#865013 (or 0x865013) is unknown color: approx Saddle Brown. HEX triplet: 86, 50 and 13. RGB value is (134,80,19). Sum of RGB (Red+Green+Blue) = 134+80+19=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #865013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865013 is #79AFEC. Grayscale: #595959. Windows color (decimal): -7974893 or 1265798. OLE color: 1265798.

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

Color convert

RGB1348019-
CMYK00.400.860.47
HSL31.83º75.16%30%-
HSV(B)31.83º85.82%52.55%-
XYZ12.8210.852.04-
YUV89.1988.39159.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=57.51%
G=34.33%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134801900.400.860.4731.8375.1630
Hex865013028562F204b1e
Octal20612023050126574011336
Binary1000011010100001001101010001010110101111100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865013; }

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

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

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

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

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

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

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

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