#864415

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

Shades of Saddle Brown #864415

Tints of Saddle Brown #864415

Color information

#864415 (or 0x864415) is unknown color: approx Saddle Brown. HEX triplet: 86, 44 and 15. RGB value is (134,68,21). Sum of RGB (Red+Green+Blue) = 134+68+21=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #864415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864415 is #79BBEA. Grayscale: #525252. Windows color (decimal): -7977963 or 1393798. OLE color: 1393798.

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

Color convert

RGB1346821-
CMYK00.490.840.47
HSL24.96º72.9%30.39%-
HSV(B)24.96º84.33%52.55%-
XYZ12.039.261.86-
YUV82.3893.37164.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=60.09%
G=30.49%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134682100.490.840.4724.9672.930.39
Hex864415031542F19491e
Octal20610425061124573111136
Binary100001101000100101010110001101010010111111001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864415; }

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

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

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

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

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

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

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

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