Shades of Saddle Brown #893C0C
Tints of Saddle Brown #893C0C
RGB
CMYK
RGB Variations
Color information
#893C0C (or 0x893C0C) is known color: Saddle Brown. HEX triplet: 89, 3C and 0C. RGB value is (137,60,12). Sum of RGB (Red+Green+Blue) = 137+60+12=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #893C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893C0C is #76C3F3. Grayscale: #4D4D4D. Windows color (decimal): -7783412 or 801929. OLE color: 801929.
HSL color Cylindrical-coordinate representation of color #893C0C: hue angle of 23.04º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #893C0C is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 12 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.46 |
| HSL | 23.04º | 0.84% | 0.29% | - |
| HSV(B) | 23.04º | 0.91% | 0.54% | - |
| XYZ | 12 | 8.58 | 1.37 | - |
| YUV | 77.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 12 | 0 | 0.56 | 0.91 | 0.46 | 23.04 | 0.84 | 0.29 |
| Hex | 89 | 3C | C | 0 | 38 | 5B | 2E | 17 | 54 | 1D |
| Octal | 211 | 74 | 14 | 0 | 70 | 133 | 56 | 27 | 124 | 35 |
| Binary | 10001001 | 111100 | 1100 | 0 | 111000 | 1011011 | 101110 | 10111 | 1010100 | 11101 |
Color Harmonies of #893C0C
Complementary color
Monochromatic Colors of #893C0C
Black with #893C0C
Text Example
Text Example
White with #893C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C0C; }
p { color: rgb(137,60,12); }
H1.HeaderClassName
{
color: #893C0C;
}
.AnyTagClassName
{
color: #893C0C;
}
</style>
background-color css
<style>
a { background-color: #893C0C; }
a { background-color: rgb(137,60,12); }
div.DivClassName
{
background-color: #893C0C;
}
.BgClassName
{
background-color: #893C0C;
}
</style>
border-color css
<style>
span { border-color: #893C0C; }
span { border-color: rgb(137,60,12); }
td.TdClassName
{
border-color: #893C0C;
}
.TagClassName
{
border-color: #893C0C;
}
</style>