#864D0E

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

Shades of Saddle Brown #864D0E

Tints of Saddle Brown #864D0E

Color information

#864D0E (or 0x864D0E) is unknown color: approx Saddle Brown. HEX triplet: 86, 4D and 0E. RGB value is (134,77,14). Sum of RGB (Red+Green+Blue) = 134+77+14=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #864D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864D0E is #79B2F1. Grayscale: #575757. Windows color (decimal): -7975666 or 937350. OLE color: 937350.

HSL color Cylindrical-coordinate representation of color #864D0E: hue angle of 31.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #864D0E is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1347714-
CMYK00.430.900.47
HSL31.5º81.08%29.02%-
HSV(B)31.5º89.55%52.55%-
XYZ12.5610.411.76-
YUV86.8686.88161.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=59.56%
G=34.22%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134771400.430.900.4731.581.0829.02
Hex864DE02B5A2F20511d
Octal20611516053132574012135
Binary100001101001101111001010111011010101111100000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,77,14); }

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

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

 a { background-color: rgb(134,77,14); }

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

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

 span { border-color: rgb(134,77,14); }

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