#864A13

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

Shades of Saddle Brown #864A13

Tints of Saddle Brown #864A13

Color information

#864A13 (or 0x864A13) is unknown color: approx Saddle Brown. HEX triplet: 86, 4A and 13. RGB value is (134,74,19). Sum of RGB (Red+Green+Blue) = 134+74+19=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #864A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A13 is #79B5EC. Grayscale: #555555. Windows color (decimal): -7976429 or 1264262. OLE color: 1264262.

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

Color convert

RGB1347419-
CMYK00.450.860.47
HSL28.7º75.16%30%-
HSV(B)28.7º85.82%52.55%-
XYZ12.410.011.9-
YUV85.6790.38162.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 19 (7.81% from 255) = 8.37%
R=59.03%
G=32.60%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134741900.450.860.4728.775.1630
Hex864A1302D562F1d4b1e
Octal20611223055126573511336
Binary100001101001010100110101101101011010111111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864A13; }

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

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

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

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

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

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

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

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