#864411

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

Shades of Saddle Brown #864411

Tints of Saddle Brown #864411

Color information

#864411 (or 0x864411) is unknown color: approx Saddle Brown. HEX triplet: 86, 44 and 11. RGB value is (134,68,17). Sum of RGB (Red+Green+Blue) = 134+68+17=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #864411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864411 is #79BBEE. Grayscale: #525252. Windows color (decimal): -7977967 or 1131654. OLE color: 1131654.

HSL color Cylindrical-coordinate representation of color #864411: hue angle of 26.15º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #864411 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1346817-
CMYK00.490.870.47
HSL26.15º77.48%29.61%-
HSV(B)26.15º87.31%52.55%-
XYZ129.241.68-
YUV81.9291.37165.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=61.19%
G=31.05%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134681700.490.870.4726.1577.4829.61
Hex864411031572F1a4d1e
Octal20610421061127573211536
Binary100001101000100100010110001101011110111111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864411; }

 p { color: rgb(134,68,17); }

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

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

 a { background-color: rgb(134,68,17); }

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

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

 span { border-color: rgb(134,68,17); }

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