#864F03

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

Shades of Saddle Brown #864F03

Tints of Saddle Brown #864F03

Color information

#864F03 (or 0x864F03) is unknown color: approx Saddle Brown. HEX triplet: 86, 4F and 03. RGB value is (134,79,3). Sum of RGB (Red+Green+Blue) = 134+79+3=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #864F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864F03 is #79B0FC. Grayscale: #575757. Windows color (decimal): -7975165 or 216966. OLE color: 216966.

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

Color convert

RGB134793-
CMYK00.410.980.47
HSL34.81º95.62%26.86%-
HSV(B)34.81º97.76%52.55%-
XYZ12.6410.671.48-
YUV86.7880.72161.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 79 (31.25% from 255) = 36.57%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=62.04%
G=36.57%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13479300.410.980.4734.8195.6226.86
Hex864F3029622F23601b
Octal2061173051142574314033
Binary1000011010011111101010011100010101111100011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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