Shades of Saddle Brown #942F04
Tints of Saddle Brown #942F04
RGB
CMYK
RGB Variations
Color information
#942F04 (or 0x942F04) is known color: Saddle Brown. HEX triplet: 94, 2F and 04. RGB value is (148,47,4). Sum of RGB (Red+Green+Blue) = 148+47+4=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #942F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F04 is #6BD0FB. Grayscale: #484848. Windows color (decimal): -7065852 or 274324. OLE color: 274324.
HSL color Cylindrical-coordinate representation of color #942F04: hue angle of 17.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #942F04 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 4 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.42 |
| HSL | 17.92º | 0.95% | 0.3% | - |
| HSV(B) | 17.92º | 0.97% | 0.58% | - |
| XYZ | 13.25 | 8.34 | 1.03 | - |
| YUV | 72.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 4 | 0 | 0.68 | 0.97 | 0.42 | 17.92 | 0.95 | 0.3 |
| Hex | 94 | 2F | 4 | 0 | 44 | 61 | 2A | 12 | 5F | 1E |
| Octal | 224 | 57 | 4 | 0 | 104 | 141 | 52 | 22 | 137 | 36 |
| Binary | 10010100 | 101111 | 100 | 0 | 1000100 | 1100001 | 101010 | 10010 | 1011111 | 11110 |
Color Harmonies of #942F04
Complementary color
Monochromatic Colors of #942F04
Black with #942F04
Text Example
Text Example
White with #942F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F04; }
p { color: rgb(148,47,4); }
H1.HeaderClassName
{
color: #942F04;
}
.AnyTagClassName
{
color: #942F04;
}
</style>
background-color css
<style>
a { background-color: #942F04; }
a { background-color: rgb(148,47,4); }
div.DivClassName
{
background-color: #942F04;
}
.BgClassName
{
background-color: #942F04;
}
</style>
border-color css
<style>
span { border-color: #942F04; }
span { border-color: rgb(148,47,4); }
td.TdClassName
{
border-color: #942F04;
}
.TagClassName
{
border-color: #942F04;
}
</style>