Shades of Saddle Brown #983E12
Tints of Saddle Brown #983E12
RGB
CMYK
RGB Variations
Color information
#983E12 (or 0x983E12) is known color: Saddle Brown. HEX triplet: 98, 3E and 12. RGB value is (152,62,18). Sum of RGB (Red+Green+Blue) = 152+62+18=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #983E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983E12 is #67C1ED. Grayscale: #545454. Windows color (decimal): -6799854 or 1195672. OLE color: 1195672.
HSL color Cylindrical-coordinate representation of color #983E12: hue angle of 19.7º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #983E12 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 62 | 18 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.40 |
| HSL | 19.7º | 0.79% | 0.33% | - |
| HSV(B) | 19.7º | 0.88% | 0.6% | - |
| XYZ | 14.78 | 10.16 | 1.76 | - |
| YUV | 83.89 | 90.82 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 18 | 0 | 0.59 | 0.88 | 0.40 | 19.7 | 0.79 | 0.33 |
| Hex | 98 | 3E | 12 | 0 | 3B | 58 | 28 | 14 | 4F | 21 |
| Octal | 230 | 76 | 22 | 0 | 73 | 130 | 50 | 24 | 117 | 41 |
| Binary | 10011000 | 111110 | 10010 | 0 | 111011 | 1011000 | 101000 | 10100 | 1001111 | 100001 |
Color Harmonies of #983E12
Complementary color
Monochromatic Colors of #983E12
Black with #983E12
Text Example
Text Example
White with #983E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983E12; }
p { color: rgb(152,62,18); }
H1.HeaderClassName
{
color: #983E12;
}
.AnyTagClassName
{
color: #983E12;
}
</style>
background-color css
<style>
a { background-color: #983E12; }
a { background-color: rgb(152,62,18); }
div.DivClassName
{
background-color: #983E12;
}
.BgClassName
{
background-color: #983E12;
}
</style>
border-color css
<style>
span { border-color: #983E12; }
span { border-color: rgb(152,62,18); }
td.TdClassName
{
border-color: #983E12;
}
.TagClassName
{
border-color: #983E12;
}
</style>