Shades of Saddle Brown #894313
Tints of Saddle Brown #894313
RGB
CMYK
RGB Variations
Color information
#894313 (or 0x894313) is known color: Saddle Brown. HEX triplet: 89, 43 and 13. RGB value is (137,67,19). Sum of RGB (Red+Green+Blue) = 137+67+19=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #894313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894313 is #76BCEC. Grayscale: #525252. Windows color (decimal): -7781613 or 1262473. OLE color: 1262473.
HSL color Cylindrical-coordinate representation of color #894313: hue angle of 24.41º 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 #894313 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 67 | 19 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.46 |
| HSL | 24.41º | 0.76% | 0.31% | - |
| HSV(B) | 24.41º | 0.86% | 0.54% | - |
| XYZ | 12.44 | 9.38 | 1.77 | - |
| YUV | 82.46 | 92.19 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 67 | 19 | 0 | 0.51 | 0.86 | 0.46 | 24.41 | 0.76 | 0.31 |
| Hex | 89 | 43 | 13 | 0 | 33 | 56 | 2E | 18 | 4C | 1F |
| Octal | 211 | 103 | 23 | 0 | 63 | 126 | 56 | 30 | 114 | 37 |
| Binary | 10001001 | 1000011 | 10011 | 0 | 110011 | 1010110 | 101110 | 11000 | 1001100 | 11111 |
Color Harmonies of #894313
Complementary color
Monochromatic Colors of #894313
Black with #894313
Text Example
Text Example
White with #894313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894313; }
p { color: rgb(137,67,19); }
H1.HeaderClassName
{
color: #894313;
}
.AnyTagClassName
{
color: #894313;
}
</style>
background-color css
<style>
a { background-color: #894313; }
a { background-color: rgb(137,67,19); }
div.DivClassName
{
background-color: #894313;
}
.BgClassName
{
background-color: #894313;
}
</style>
border-color css
<style>
span { border-color: #894313; }
span { border-color: rgb(137,67,19); }
td.TdClassName
{
border-color: #894313;
}
.TagClassName
{
border-color: #894313;
}
</style>