#864A14

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

Shades of Saddle Brown #864A14

Tints of Saddle Brown #864A14

Color information

#864A14 (or 0x864A14) is unknown color: approx Saddle Brown. HEX triplet: 86, 4A and 14. RGB value is (134,74,20). Sum of RGB (Red+Green+Blue) = 134+74+20=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #864A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A14 is #79B5EB. Grayscale: #565656. Windows color (decimal): -7976428 or 1329798. OLE color: 1329798.

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

Color convert

RGB1347420-
CMYK00.450.850.47
HSL28.42º74.03%30.2%-
HSV(B)28.42º85.07%52.55%-
XYZ12.4110.021.94-
YUV85.7890.88162.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=58.77%
G=32.46%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134742000.450.850.4728.4274.0330.2
Hex864A1402D552F1c4a1e
Octal20611224055125573411236
Binary100001101001010101000101101101010110111111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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