#864D03

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

Shades of Saddle Brown #864D03

Tints of Saddle Brown #864D03

Color information

#864D03 (or 0x864D03) is unknown color: approx Saddle Brown. HEX triplet: 86, 4D and 03. RGB value is (134,77,3). Sum of RGB (Red+Green+Blue) = 134+77+3=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #864D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864D03 is #79B2FC. Grayscale: #555555. Windows color (decimal): -7975677 or 216454. OLE color: 216454.

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

Color convert

RGB134773-
CMYK00.430.980.47
HSL33.89º95.62%26.86%-
HSV(B)33.89º97.76%52.55%-
XYZ12.510.381.43-
YUV85.6181.38162.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=62.62%
G=35.98%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13477300.430.980.4733.8995.6226.86
Hex864D302B622F22601b
Octal2061153053142574214033
Binary1000011010011011101010111100010101111100010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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