Shades of Saddle Brown #983A0D
Tints of Saddle Brown #983A0D
RGB
CMYK
RGB Variations
Color information
#983A0D (or 0x983A0D) is known color: Saddle Brown. HEX triplet: 98, 3A and 0D. RGB value is (152,58,13). Sum of RGB (Red+Green+Blue) = 152+58+13=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #983A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A0D is #67C5F2. Grayscale: #515151. Windows color (decimal): -6800883 or 866968. OLE color: 866968.
HSL color Cylindrical-coordinate representation of color #983A0D: hue angle of 19.42º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #983A0D is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 13 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.40 |
| HSL | 19.42º | 0.84% | 0.32% | - |
| HSV(B) | 19.42º | 0.91% | 0.6% | - |
| XYZ | 14.53 | 9.73 | 1.49 | - |
| YUV | 80.98 | 89.64 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 13 | 0 | 0.62 | 0.91 | 0.40 | 19.42 | 0.84 | 0.32 |
| Hex | 98 | 3A | D | 0 | 3E | 5B | 28 | 13 | 54 | 20 |
| Octal | 230 | 72 | 15 | 0 | 76 | 133 | 50 | 23 | 124 | 40 |
| Binary | 10011000 | 111010 | 1101 | 0 | 111110 | 1011011 | 101000 | 10011 | 1010100 | 100000 |
Color Harmonies of #983A0D
Complementary color
Monochromatic Colors of #983A0D
Black with #983A0D
Text Example
Text Example
White with #983A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A0D; }
p { color: rgb(152,58,13); }
H1.HeaderClassName
{
color: #983A0D;
}
.AnyTagClassName
{
color: #983A0D;
}
</style>
background-color css
<style>
a { background-color: #983A0D; }
a { background-color: rgb(152,58,13); }
div.DivClassName
{
background-color: #983A0D;
}
.BgClassName
{
background-color: #983A0D;
}
</style>
border-color css
<style>
span { border-color: #983A0D; }
span { border-color: rgb(152,58,13); }
td.TdClassName
{
border-color: #983A0D;
}
.TagClassName
{
border-color: #983A0D;
}
</style>