Shades of Saddle Brown #893F1C
Tints of Saddle Brown #893F1C
RGB
CMYK
RGB Variations
Color information
#893F1C (or 0x893F1C) is known color: Saddle Brown. HEX triplet: 89, 3F and 1C. RGB value is (137,63,28). Sum of RGB (Red+Green+Blue) = 137+63+28=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 63 (25% from 255 or 27.63% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #893F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893F1C is #76C0E3. Grayscale: #515151. Windows color (decimal): -7782628 or 1851273. OLE color: 1851273.
HSL color Cylindrical-coordinate representation of color #893F1C: hue angle of 19.27º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #893F1C is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 63 | 28 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.46 |
| HSL | 19.27º | 0.66% | 0.32% | - |
| HSV(B) | 19.27º | 0.8% | 0.54% | - |
| XYZ | 12.3 | 8.96 | 2.18 | - |
| YUV | 81.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 28 | 0 | 0.54 | 0.80 | 0.46 | 19.27 | 0.66 | 0.32 |
| Hex | 89 | 3F | 1C | 0 | 36 | 50 | 2E | 13 | 42 | 20 |
| Octal | 211 | 77 | 34 | 0 | 66 | 120 | 56 | 23 | 102 | 40 |
| Binary | 10001001 | 111111 | 11100 | 0 | 110110 | 1010000 | 101110 | 10011 | 1000010 | 100000 |
Color Harmonies of #893F1C
Complementary color
Monochromatic Colors of #893F1C
Black with #893F1C
Text Example
Text Example
White with #893F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893F1C; }
p { color: rgb(137,63,28); }
H1.HeaderClassName
{
color: #893F1C;
}
.AnyTagClassName
{
color: #893F1C;
}
</style>
background-color css
<style>
a { background-color: #893F1C; }
a { background-color: rgb(137,63,28); }
div.DivClassName
{
background-color: #893F1C;
}
.BgClassName
{
background-color: #893F1C;
}
</style>
border-color css
<style>
span { border-color: #893F1C; }
span { border-color: rgb(137,63,28); }
td.TdClassName
{
border-color: #893F1C;
}
.TagClassName
{
border-color: #893F1C;
}
</style>