Shades of Saddle Brown #983812
Tints of Saddle Brown #983812
RGB
CMYK
RGB Variations
Color information
#983812 (or 0x983812) is known color: Saddle Brown. HEX triplet: 98, 38 and 12. RGB value is (152,56,18). Sum of RGB (Red+Green+Blue) = 152+56+18=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #983812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983812 is #67C7ED. Grayscale: #505050. Windows color (decimal): -6801390 or 1194136. OLE color: 1194136.
HSL color Cylindrical-coordinate representation of color #983812: hue angle of 17.01º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #983812 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 56 | 18 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.40 |
| HSL | 17.01º | 0.79% | 0.33% | - |
| HSV(B) | 17.01º | 0.88% | 0.6% | - |
| XYZ | 14.47 | 9.55 | 1.65 | - |
| YUV | 80.37 | 92.8 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 56 | 18 | 0 | 0.63 | 0.88 | 0.40 | 17.01 | 0.79 | 0.33 |
| Hex | 98 | 38 | 12 | 0 | 3F | 58 | 28 | 11 | 4F | 21 |
| Octal | 230 | 70 | 22 | 0 | 77 | 130 | 50 | 21 | 117 | 41 |
| Binary | 10011000 | 111000 | 10010 | 0 | 111111 | 1011000 | 101000 | 10001 | 1001111 | 100001 |
Color Harmonies of #983812
Complementary color
Monochromatic Colors of #983812
Black with #983812
Text Example
Text Example
White with #983812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983812; }
p { color: rgb(152,56,18); }
H1.HeaderClassName
{
color: #983812;
}
.AnyTagClassName
{
color: #983812;
}
</style>
background-color css
<style>
a { background-color: #983812; }
a { background-color: rgb(152,56,18); }
div.DivClassName
{
background-color: #983812;
}
.BgClassName
{
background-color: #983812;
}
</style>
border-color css
<style>
span { border-color: #983812; }
span { border-color: rgb(152,56,18); }
td.TdClassName
{
border-color: #983812;
}
.TagClassName
{
border-color: #983812;
}
</style>