#864514

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

Shades of Saddle Brown #864514

Tints of Saddle Brown #864514

Color information

#864514 (or 0x864514) is unknown color: approx Saddle Brown. HEX triplet: 86, 45 and 14. RGB value is (134,69,20). Sum of RGB (Red+Green+Blue) = 134+69+20=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #864514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864514 is #79BAEB. Grayscale: #535353. Windows color (decimal): -7977708 or 1328518. OLE color: 1328518.

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

Color convert

RGB1346920-
CMYK00.490.850.47
HSL25.79º74.03%30.2%-
HSV(B)25.79º85.07%52.55%-
XYZ12.099.381.83-
YUV82.8592.53164.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=60.09%
G=30.94%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134692000.490.850.4725.7974.0330.2
Hex864514031552F1a4a1e
Octal20610524061125573211236
Binary100001101000101101000110001101010110111111010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864514; }

 p { color: rgb(134,69,20); }

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

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

 a { background-color: rgb(134,69,20); }

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

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

 span { border-color: rgb(134,69,20); }

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