#893614

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

Shades of Saddle Brown #893614

Tints of Saddle Brown #893614

Color information

#893614 (or 0x893614) is unknown color: approx Saddle Brown. HEX triplet: 89, 36 and 14. RGB value is (137,54,20). Sum of RGB (Red+Green+Blue) = 137+54+20=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #893614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893614 is #76C9EB. Grayscale: #4B4B4B. Windows color (decimal): -7784940 or 1324681. OLE color: 1324681.

HSL color Cylindrical-coordinate representation of color #893614: hue angle of 17.44º degrees, saturation: 0.75, 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 #893614 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1375420-
CMYK00.610.850.46
HSL17.44º74.52%30.78%-
HSV(B)17.44º85.4%53.73%-
XYZ11.768.011.59-
YUV74.9497172.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.93%
GREEN value IS 54 (21.48% from 255) = 25.59%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=64.93%
G=25.59%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137542000.610.850.4617.4474.5230.78
Hex89361403D552E114b1f
Octal2116624075125562111337
Binary10001001110110101000111101101010110111010001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893614; }

 p { color: rgb(137,54,20); }

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

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

 a { background-color: rgb(137,54,20); }

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

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

 span { border-color: rgb(137,54,20); }

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