Shades of Saddle Brown #983E08
Tints of Saddle Brown #983E08
RGB
CMYK
RGB Variations
Color information
#983E08 (or 0x983E08) is known color: Saddle Brown. HEX triplet: 98, 3E and 08. RGB value is (152,62,8). Sum of RGB (Red+Green+Blue) = 152+62+8=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #983E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983E08 is #67C1F7. Grayscale: #535353. Windows color (decimal): -6799864 or 540312. OLE color: 540312.
HSL color Cylindrical-coordinate representation of color #983E08: hue angle of 22.5º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #983E08 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 62 | 8 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.40 |
| HSL | 22.5º | 0.9% | 0.31% | - |
| HSV(B) | 22.5º | 0.95% | 0.6% | - |
| XYZ | 14.72 | 10.14 | 1.41 | - |
| YUV | 82.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 62 | 8 | 0 | 0.59 | 0.95 | 0.40 | 22.5 | 0.9 | 0.31 |
| Hex | 98 | 3E | 8 | 0 | 3B | 5F | 28 | 16 | 5A | 1F |
| Octal | 230 | 76 | 10 | 0 | 73 | 137 | 50 | 26 | 132 | 37 |
| Binary | 10011000 | 111110 | 1000 | 0 | 111011 | 1011111 | 101000 | 10110 | 1011010 | 11111 |
Color Harmonies of #983E08
Complementary color
Monochromatic Colors of #983E08
Black with #983E08
Text Example
Text Example
White with #983E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983E08; }
p { color: rgb(152,62,8); }
H1.HeaderClassName
{
color: #983E08;
}
.AnyTagClassName
{
color: #983E08;
}
</style>
background-color css
<style>
a { background-color: #983E08; }
a { background-color: rgb(152,62,8); }
div.DivClassName
{
background-color: #983E08;
}
.BgClassName
{
background-color: #983E08;
}
</style>
border-color css
<style>
span { border-color: #983E08; }
span { border-color: rgb(152,62,8); }
td.TdClassName
{
border-color: #983E08;
}
.TagClassName
{
border-color: #983E08;
}
</style>