Shades of Saddle Brown #983308
Tints of Saddle Brown #983308
RGB
CMYK
RGB Variations
Color information
#983308 (or 0x983308) is known color: Saddle Brown. HEX triplet: 98, 33 and 08. RGB value is (152,51,8). Sum of RGB (Red+Green+Blue) = 152+51+8=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #983308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983308 is #67CCF7. Grayscale: #4C4C4C. Windows color (decimal): -6802680 or 537496. OLE color: 537496.
HSL color Cylindrical-coordinate representation of color #983308: hue angle of 17.92º 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 #983308 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 8 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.40 |
| HSL | 17.92º | 0.9% | 0.31% | - |
| HSV(B) | 17.92º | 0.95% | 0.6% | - |
| XYZ | 14.18 | 9.06 | 1.23 | - |
| YUV | 76.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 8 | 0 | 0.66 | 0.95 | 0.40 | 17.92 | 0.9 | 0.31 |
| Hex | 98 | 33 | 8 | 0 | 42 | 5F | 28 | 12 | 5A | 1F |
| Octal | 230 | 63 | 10 | 0 | 102 | 137 | 50 | 22 | 132 | 37 |
| Binary | 10011000 | 110011 | 1000 | 0 | 1000010 | 1011111 | 101000 | 10010 | 1011010 | 11111 |
Color Harmonies of #983308
Complementary color
Monochromatic Colors of #983308
Black with #983308
Text Example
Text Example
White with #983308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983308; }
p { color: rgb(152,51,8); }
H1.HeaderClassName
{
color: #983308;
}
.AnyTagClassName
{
color: #983308;
}
</style>
background-color css
<style>
a { background-color: #983308; }
a { background-color: rgb(152,51,8); }
div.DivClassName
{
background-color: #983308;
}
.BgClassName
{
background-color: #983308;
}
</style>
border-color css
<style>
span { border-color: #983308; }
span { border-color: rgb(152,51,8); }
td.TdClassName
{
border-color: #983308;
}
.TagClassName
{
border-color: #983308;
}
</style>