#893c13

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

Shades of Saddle Brown #893C13

Tints of Saddle Brown #893C13

Color information

#893C13 (or 0x893C13) is unknown color: approx Saddle Brown. HEX triplet: 89, 3C and 13. RGB value is (137,60,19). Sum of RGB (Red+Green+Blue) = 137+60+19=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #893C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893C13 is #76C3EC. Grayscale: #4E4E4E. Windows color (decimal): -7783405 or 1260681. OLE color: 1260681.

HSL color Cylindrical-coordinate representation of color #893C13: hue angle of 20.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #893C13 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1376019-
CMYK00.560.860.46
HSL20.85º75.64%30.59%-
HSV(B)20.85º86.13%53.73%-
XYZ12.058.61.64-
YUV78.3594.51169.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.43%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 19 (7.81% from 255) = 8.80%
R=63.43%
G=27.78%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137601900.560.860.4620.8575.6430.59
Hex893C13038562E154c1f
Octal2117423070126562511437
Binary10001001111100100110111000101011010111010101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893c13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893c13; }

 p { color: rgb(137,60,19); }

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

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

 a { background-color: rgb(137,60,19); }

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

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

 span { border-color: rgb(137,60,19); }

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