Shades of Saddle Brown #942D04
Tints of Saddle Brown #942D04
RGB
CMYK
RGB Variations
Color information
#942D04 (or 0x942D04) is known color: Saddle Brown. HEX triplet: 94, 2D and 04. RGB value is (148,45,4). Sum of RGB (Red+Green+Blue) = 148+45+4=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #942D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D04 is #6BD2FB. Grayscale: #474747. Windows color (decimal): -7066364 or 273812. OLE color: 273812.
HSL color Cylindrical-coordinate representation of color #942D04: hue angle of 17.08º 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 #942D04 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 4 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.42 |
| HSL | 17.08º | 0.95% | 0.3% | - |
| HSV(B) | 17.08º | 0.97% | 0.58% | - |
| XYZ | 13.17 | 8.18 | 1 | - |
| YUV | 71.12 | 90.12 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 4 | 0 | 0.70 | 0.97 | 0.42 | 17.08 | 0.95 | 0.3 |
| Hex | 94 | 2D | 4 | 0 | 46 | 61 | 2A | 11 | 5F | 1E |
| Octal | 224 | 55 | 4 | 0 | 106 | 141 | 52 | 21 | 137 | 36 |
| Binary | 10010100 | 101101 | 100 | 0 | 1000110 | 1100001 | 101010 | 10001 | 1011111 | 11110 |
Color Harmonies of #942D04
Complementary color
Monochromatic Colors of #942D04
Black with #942D04
Text Example
Text Example
White with #942D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D04; }
p { color: rgb(148,45,4); }
H1.HeaderClassName
{
color: #942D04;
}
.AnyTagClassName
{
color: #942D04;
}
</style>
background-color css
<style>
a { background-color: #942D04; }
a { background-color: rgb(148,45,4); }
div.DivClassName
{
background-color: #942D04;
}
.BgClassName
{
background-color: #942D04;
}
</style>
border-color css
<style>
span { border-color: #942D04; }
span { border-color: rgb(148,45,4); }
td.TdClassName
{
border-color: #942D04;
}
.TagClassName
{
border-color: #942D04;
}
</style>