#894715

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

Shades of Saddle Brown #894715

Tints of Saddle Brown #894715

Color information

#894715 (or 0x894715) is unknown color: approx Saddle Brown. HEX triplet: 89, 47 and 15. RGB value is (137,71,21). Sum of RGB (Red+Green+Blue) = 137+71+21=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #894715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894715 is #76B8EA. Grayscale: #555555. Windows color (decimal): -7780587 or 1394569. OLE color: 1394569.

HSL color Cylindrical-coordinate representation of color #894715: hue angle of 25.86º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #894715 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1377121-
CMYK00.480.850.46
HSL25.86º73.42%30.98%-
HSV(B)25.86º84.67%53.73%-
XYZ12.719.881.95-
YUV85.0391.87165.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.83%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=59.83%
G=31.00%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137712100.480.850.4625.8673.4230.98
Hex894715030552E1a491f
Octal21110725060125563211137
Binary100010011000111101010110000101010110111011010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894715; }

 p { color: rgb(137,71,21); }

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

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

 a { background-color: rgb(137,71,21); }

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

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

 span { border-color: rgb(137,71,21); }

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