Shades of Saddle Brown #983A0F
Tints of Saddle Brown #983A0F
RGB
CMYK
RGB Variations
Color information
#983A0F (or 0x983A0F) is known color: Saddle Brown. HEX triplet: 98, 3A and 0F. RGB value is (152,58,15). Sum of RGB (Red+Green+Blue) = 152+58+15=225 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.56% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 152 - color contains mainly: red. Hex color #983A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A0F is #67C5F0. Grayscale: #515151. Windows color (decimal): -6800881 or 998040. OLE color: 998040.
HSL color Cylindrical-coordinate representation of color #983A0F: hue angle of 18.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #983A0F is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 58 | 15 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.40 |
| HSL | 18.83º | 0.82% | 0.33% | - |
| HSV(B) | 18.83º | 0.9% | 0.6% | - |
| XYZ | 14.55 | 9.74 | 1.56 | - |
| YUV | 81.2 | 90.64 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 58 | 15 | 0 | 0.62 | 0.90 | 0.40 | 18.83 | 0.82 | 0.33 |
| Hex | 98 | 3A | F | 0 | 3E | 5A | 28 | 13 | 52 | 21 |
| Octal | 230 | 72 | 17 | 0 | 76 | 132 | 50 | 23 | 122 | 41 |
| Binary | 10011000 | 111010 | 1111 | 0 | 111110 | 1011010 | 101000 | 10011 | 1010010 | 100001 |
Color Harmonies of #983A0F
Complementary color
Monochromatic Colors of #983A0F
Black with #983A0F
Text Example
Text Example
White with #983A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983A0F; }
p { color: rgb(152,58,15); }
H1.HeaderClassName
{
color: #983A0F;
}
.AnyTagClassName
{
color: #983A0F;
}
</style>
background-color css
<style>
a { background-color: #983A0F; }
a { background-color: rgb(152,58,15); }
div.DivClassName
{
background-color: #983A0F;
}
.BgClassName
{
background-color: #983A0F;
}
</style>
border-color css
<style>
span { border-color: #983A0F; }
span { border-color: rgb(152,58,15); }
td.TdClassName
{
border-color: #983A0F;
}
.TagClassName
{
border-color: #983A0F;
}
</style>