#864D16

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

Shades of Saddle Brown #864D16

Tints of Saddle Brown #864D16

Color information

#864D16 (or 0x864D16) is unknown color: approx Saddle Brown. HEX triplet: 86, 4D and 16. RGB value is (134,77,22). Sum of RGB (Red+Green+Blue) = 134+77+22=233 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.51% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 134 - color contains mainly: red. Hex color #864D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864D16 is #79B2E9. Grayscale: #585858. Windows color (decimal): -7975658 or 1461638. OLE color: 1461638.

HSL color Cylindrical-coordinate representation of color #864D16: hue angle of 29.46º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #864D16 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1347722-
CMYK00.430.840.47
HSL29.46º71.79%30.59%-
HSV(B)29.46º83.58%52.55%-
XYZ12.6310.432.11-
YUV87.7790.88160.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.51%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=57.51%
G=33.05%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134772200.430.840.4729.4671.7930.59
Hex864D1602B542F1d481f
Octal20611526053124573511037
Binary100001101001101101100101011101010010111111101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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