#864E04

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

Shades of Saddle Brown #864E04

Tints of Saddle Brown #864E04

Color information

#864E04 (or 0x864E04) is unknown color: approx Saddle Brown. HEX triplet: 86, 4E and 04. RGB value is (134,78,4). Sum of RGB (Red+Green+Blue) = 134+78+4=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #864E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864E04 is #79B1FB. Grayscale: #565656. Windows color (decimal): -7975420 or 282246. OLE color: 282246.

HSL color Cylindrical-coordinate representation of color #864E04: hue angle of 34.15º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #864E04 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB134784-
CMYK00.420.970.47
HSL34.15º94.2%27.06%-
HSV(B)34.15º97.01%52.55%-
XYZ12.5810.531.48-
YUV86.3181.55162.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=62.04%
G=36.11%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13478400.420.970.4734.1594.227.06
Hex864E402A612F225e1b
Octal2061164052141574213633
Binary10000110100111010001010101100001101111100010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,78,4); }

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

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

 a { background-color: rgb(134,78,4); }

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

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

 span { border-color: rgb(134,78,4); }

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