Shades of Saddle Brown #983608
Tints of Saddle Brown #983608
RGB
CMYK
RGB Variations
Color information
#983608 (or 0x983608) is known color: Saddle Brown. HEX triplet: 98, 36 and 08. RGB value is (152,54,8). Sum of RGB (Red+Green+Blue) = 152+54+8=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #983608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983608 is #67C9F7. Grayscale: #4E4E4E. Windows color (decimal): -6801912 or 538264. OLE color: 538264.
HSL color Cylindrical-coordinate representation of color #983608: hue angle of 19.17º 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 #983608 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 8 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.40 |
| HSL | 19.17º | 0.9% | 0.31% | - |
| HSV(B) | 19.17º | 0.95% | 0.6% | - |
| XYZ | 14.31 | 9.33 | 1.28 | - |
| YUV | 78.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 8 | 0 | 0.64 | 0.95 | 0.40 | 19.17 | 0.9 | 0.31 |
| Hex | 98 | 36 | 8 | 0 | 40 | 5F | 28 | 13 | 5A | 1F |
| Octal | 230 | 66 | 10 | 0 | 100 | 137 | 50 | 23 | 132 | 37 |
| Binary | 10011000 | 110110 | 1000 | 0 | 1000000 | 1011111 | 101000 | 10011 | 1011010 | 11111 |
Color Harmonies of #983608
Complementary color
Monochromatic Colors of #983608
Black with #983608
Text Example
Text Example
White with #983608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983608; }
p { color: rgb(152,54,8); }
H1.HeaderClassName
{
color: #983608;
}
.AnyTagClassName
{
color: #983608;
}
</style>
background-color css
<style>
a { background-color: #983608; }
a { background-color: rgb(152,54,8); }
div.DivClassName
{
background-color: #983608;
}
.BgClassName
{
background-color: #983608;
}
</style>
border-color css
<style>
span { border-color: #983608; }
span { border-color: rgb(152,54,8); }
td.TdClassName
{
border-color: #983608;
}
.TagClassName
{
border-color: #983608;
}
</style>