#864817

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

Shades of Saddle Brown #864817

Tints of Saddle Brown #864817

Color information

#864817 (or 0x864817) is unknown color: approx Saddle Brown. HEX triplet: 86, 48 and 17. RGB value is (134,72,23). Sum of RGB (Red+Green+Blue) = 134+72+23=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #864817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864817 is #79B7E8. Grayscale: #555555. Windows color (decimal): -7976937 or 1525894. OLE color: 1525894.

HSL color Cylindrical-coordinate representation of color #864817: hue angle of 26.49º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #864817 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB1347223-
CMYK00.460.830.47
HSL26.49º70.7%30.78%-
HSV(B)26.49º82.84%52.55%-
XYZ12.39.762.05-
YUV84.9593.04162.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.52%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 23 (9.38% from 255) = 10.04%
R=58.52%
G=31.44%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134722300.460.830.4726.4970.730.78
Hex86481702E532F1a471f
Octal20611027056123573210737
Binary100001101001000101110101110101001110111111010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864817; }

 p { color: rgb(134,72,23); }

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

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

 a { background-color: rgb(134,72,23); }

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

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

 span { border-color: rgb(134,72,23); }

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