Shades of Saddle Brown #942902
Tints of Saddle Brown #942902
RGB
CMYK
RGB Variations
Color information
#942902 (or 0x942902) is known color: Saddle Brown. HEX triplet: 94, 29 and 02. RGB value is (148,41,2). Sum of RGB (Red+Green+Blue) = 148+41+2=191 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.49% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 148 - color contains mainly: red. Hex color #942902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942902 is #6BD6FD. Grayscale: #444444. Windows color (decimal): -7067390 or 141716. OLE color: 141716.
HSL color Cylindrical-coordinate representation of color #942902: hue angle of 16.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #942902 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.42 |
| HSL | 16.03º | 0.97% | 0.29% | - |
| HSV(B) | 16.03º | 0.99% | 0.58% | - |
| XYZ | 13.02 | 7.89 | 0.89 | - |
| YUV | 68.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 2 | 0 | 0.72 | 0.99 | 0.42 | 16.03 | 0.97 | 0.29 |
| Hex | 94 | 29 | 2 | 0 | 48 | 63 | 2A | 10 | 61 | 1D |
| Octal | 224 | 51 | 2 | 0 | 110 | 143 | 52 | 20 | 141 | 35 |
| Binary | 10010100 | 101001 | 10 | 0 | 1001000 | 1100011 | 101010 | 10000 | 1100001 | 11101 |
Color Harmonies of #942902
Complementary color
Monochromatic Colors of #942902
Black with #942902
Text Example
Text Example
White with #942902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942902; }
p { color: rgb(148,41,2); }
H1.HeaderClassName
{
color: #942902;
}
.AnyTagClassName
{
color: #942902;
}
</style>
background-color css
<style>
a { background-color: #942902; }
a { background-color: rgb(148,41,2); }
div.DivClassName
{
background-color: #942902;
}
.BgClassName
{
background-color: #942902;
}
</style>
border-color css
<style>
span { border-color: #942902; }
span { border-color: rgb(148,41,2); }
td.TdClassName
{
border-color: #942902;
}
.TagClassName
{
border-color: #942902;
}
</style>