Shades of Saddle Brown #982F02
Tints of Saddle Brown #982F02
RGB
CMYK
RGB Variations
Color information
#982F02 (or 0x982F02) is known color: Saddle Brown. HEX triplet: 98, 2F and 02. RGB value is (152,47,2). Sum of RGB (Red+Green+Blue) = 152+47+2=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #982F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F02 is #67D0FD. Grayscale: #494949. Windows color (decimal): -6803710 or 143256. OLE color: 143256.
HSL color Cylindrical-coordinate representation of color #982F02: hue angle of 18º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #982F02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 47 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.40 |
| HSL | 18º | 0.97% | 0.3% | - |
| HSV(B) | 18º | 0.99% | 0.6% | - |
| XYZ | 13.98 | 8.71 | 1 | - |
| YUV | 73.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 47 | 2 | 0 | 0.69 | 0.99 | 0.40 | 18 | 0.97 | 0.3 |
| Hex | 98 | 2F | 2 | 0 | 45 | 63 | 28 | 12 | 61 | 1E |
| Octal | 230 | 57 | 2 | 0 | 105 | 143 | 50 | 22 | 141 | 36 |
| Binary | 10011000 | 101111 | 10 | 0 | 1000101 | 1100011 | 101000 | 10010 | 1100001 | 11110 |
Color Harmonies of #982F02
Complementary color
Monochromatic Colors of #982F02
Black with #982F02
Text Example
Text Example
White with #982F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982F02; }
p { color: rgb(152,47,2); }
H1.HeaderClassName
{
color: #982F02;
}
.AnyTagClassName
{
color: #982F02;
}
</style>
background-color css
<style>
a { background-color: #982F02; }
a { background-color: rgb(152,47,2); }
div.DivClassName
{
background-color: #982F02;
}
.BgClassName
{
background-color: #982F02;
}
</style>
border-color css
<style>
span { border-color: #982F02; }
span { border-color: rgb(152,47,2); }
td.TdClassName
{
border-color: #982F02;
}
.TagClassName
{
border-color: #982F02;
}
</style>