Shades of Saddle Brown #942C04
Tints of Saddle Brown #942C04
RGB
CMYK
RGB Variations
Color information
#942C04 (or 0x942C04) is known color: Saddle Brown. HEX triplet: 94, 2C and 04. RGB value is (148,44,4). Sum of RGB (Red+Green+Blue) = 148+44+4=196 (25% of max value = 765). Red value is 148 (58.20% from 255 or 75.51% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 148 - color contains mainly: red. Hex color #942C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C04 is #6BD3FB. Grayscale: #464646. Windows color (decimal): -7066620 or 273556. OLE color: 273556.
HSL color Cylindrical-coordinate representation of color #942C04: hue angle of 16.67º 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 #942C04 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 4 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.42 |
| HSL | 16.67º | 0.95% | 0.3% | - |
| HSV(B) | 16.67º | 0.97% | 0.58% | - |
| XYZ | 13.14 | 8.11 | 0.99 | - |
| YUV | 70.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 4 | 0 | 0.70 | 0.97 | 0.42 | 16.67 | 0.95 | 0.3 |
| Hex | 94 | 2C | 4 | 0 | 46 | 61 | 2A | 11 | 5F | 1E |
| Octal | 224 | 54 | 4 | 0 | 106 | 141 | 52 | 21 | 137 | 36 |
| Binary | 10010100 | 101100 | 100 | 0 | 1000110 | 1100001 | 101010 | 10001 | 1011111 | 11110 |
Color Harmonies of #942C04
Complementary color
Monochromatic Colors of #942C04
Black with #942C04
Text Example
Text Example
White with #942C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C04; }
p { color: rgb(148,44,4); }
H1.HeaderClassName
{
color: #942C04;
}
.AnyTagClassName
{
color: #942C04;
}
</style>
background-color css
<style>
a { background-color: #942C04; }
a { background-color: rgb(148,44,4); }
div.DivClassName
{
background-color: #942C04;
}
.BgClassName
{
background-color: #942C04;
}
</style>
border-color css
<style>
span { border-color: #942C04; }
span { border-color: rgb(148,44,4); }
td.TdClassName
{
border-color: #942C04;
}
.TagClassName
{
border-color: #942C04;
}
</style>