Shades of Saddle Brown #983A0A
Tints of Saddle Brown #983A0A
RGB
CMYK
RGB Variations
Color information
#983A0A (or 0x983A0A) is known color: Saddle Brown. HEX triplet: 98, 3A and 0A. RGB value is (152,58,10). Sum of RGB (Red+Green+Blue) = 152+58+10=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #983A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A0A is #67C5F5. Grayscale: #505050. Windows color (decimal): -6800886 or 670360. OLE color: 670360.
HSL color Cylindrical-coordinate representation of color #983A0A: hue angle of 20.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #983A0A is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 10 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.40 |
| HSL | 20.28º | 0.88% | 0.32% | - |
| HSV(B) | 20.28º | 0.93% | 0.6% | - |
| XYZ | 14.52 | 9.72 | 1.4 | - |
| YUV | 80.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 10 | 0 | 0.62 | 0.93 | 0.40 | 20.28 | 0.88 | 0.32 |
| Hex | 98 | 3A | A | 0 | 3E | 5D | 28 | 14 | 58 | 20 |
| Octal | 230 | 72 | 12 | 0 | 76 | 135 | 50 | 24 | 130 | 40 |
| Binary | 10011000 | 111010 | 1010 | 0 | 111110 | 1011101 | 101000 | 10100 | 1011000 | 100000 |
Color Harmonies of #983A0A
Complementary color
Monochromatic Colors of #983A0A
Black with #983A0A
Text Example
Text Example
White with #983A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A0A; }
p { color: rgb(152,58,10); }
H1.HeaderClassName
{
color: #983A0A;
}
.AnyTagClassName
{
color: #983A0A;
}
</style>
background-color css
<style>
a { background-color: #983A0A; }
a { background-color: rgb(152,58,10); }
div.DivClassName
{
background-color: #983A0A;
}
.BgClassName
{
background-color: #983A0A;
}
</style>
border-color css
<style>
span { border-color: #983A0A; }
span { border-color: rgb(152,58,10); }
td.TdClassName
{
border-color: #983A0A;
}
.TagClassName
{
border-color: #983A0A;
}
</style>