#864C03

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

Shades of Saddle Brown #864C03

Tints of Saddle Brown #864C03

Color information

#864C03 (or 0x864C03) is unknown color: approx Saddle Brown. HEX triplet: 86, 4C and 03. RGB value is (134,76,3). Sum of RGB (Red+Green+Blue) = 134+76+3=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #864C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864C03 is #79B3FC. Grayscale: #555555. Windows color (decimal): -7975933 or 216198. OLE color: 216198.

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

Color convert

RGB134763-
CMYK00.430.980.47
HSL33.44º95.62%26.86%-
HSV(B)33.44º97.76%52.55%-
XYZ12.4310.241.41-
YUV85.0281.72162.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 3 (1.56% from 255) = 1.41%
R=62.91%
G=35.68%
B=1.41%

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
Decimal13476300.430.980.4733.4495.6226.86
Hex864C302B622F21601b
Octal2061143053142574114033
Binary1000011010011001101010111100010101111100001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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