#864303

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

Shades of Saddle Brown #864303

Tints of Saddle Brown #864303

Color information

#864303 (or 0x864303) is unknown color: approx Saddle Brown. HEX triplet: 86, 43 and 03. RGB value is (134,67,3). Sum of RGB (Red+Green+Blue) = 134+67+3=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #864303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864303 is #79BCFC. Grayscale: #505050. Windows color (decimal): -7978237 or 213894. OLE color: 213894.

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

Color convert

RGB134673-
CMYK00.50.980.47
HSL29.31º95.62%26.86%-
HSV(B)29.31º97.76%52.55%-
XYZ11.869.091.22-
YUV79.7484.7166.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 3 (1.56% from 255) = 1.47%
R=65.69%
G=32.84%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13467300.50.980.4729.3195.6226.86
Hex86433032622F1d601b
Octal2061033062142573514033
Binary100001101000011110110010110001010111111101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864303; }

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

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

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

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

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

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

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

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