#864D0D

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

Shades of Saddle Brown #864D0D

Tints of Saddle Brown #864D0D

Color information

#864D0D (or 0x864D0D) is unknown color: approx Saddle Brown. HEX triplet: 86, 4D and 0D. RGB value is (134,77,13). Sum of RGB (Red+Green+Blue) = 134+77+13=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #864D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864D0D is #79B2F2. Grayscale: #575757. Windows color (decimal): -7975667 or 871814. OLE color: 871814.

HSL color Cylindrical-coordinate representation of color #864D0D: hue angle of 31.74º degrees, saturation: 0.82, 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 #864D0D is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1347713-
CMYK00.430.900.47
HSL31.74º82.31%28.82%-
HSV(B)31.74º90.3%52.55%-
XYZ12.5610.411.73-
YUV86.7586.38161.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.82%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=59.82%
G=34.38%
B=5.80%

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
Decimal134771300.430.900.4731.7482.3128.82
Hex864DD02B5A2F20521d
Octal20611515053132574012235
Binary100001101001101110101010111011010101111100000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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