Shades of Saddle Brown #942F07
Tints of Saddle Brown #942F07
RGB
CMYK
RGB Variations
Color information
#942F07 (or 0x942F07) is known color: Saddle Brown. HEX triplet: 94, 2F and 07. RGB value is (148,47,7). Sum of RGB (Red+Green+Blue) = 148+47+7=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #942F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F07 is #6BD0F8. Grayscale: #484848. Windows color (decimal): -7065849 or 470932. OLE color: 470932.
HSL color Cylindrical-coordinate representation of color #942F07: hue angle of 17.02º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #942F07 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 7 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.42 |
| HSL | 17.02º | 0.91% | 0.3% | - |
| HSV(B) | 17.02º | 0.95% | 0.58% | - |
| XYZ | 13.27 | 8.34 | 1.11 | - |
| YUV | 72.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 7 | 0 | 0.68 | 0.95 | 0.42 | 17.02 | 0.91 | 0.3 |
| Hex | 94 | 2F | 7 | 0 | 44 | 5F | 2A | 11 | 5B | 1E |
| Octal | 224 | 57 | 7 | 0 | 104 | 137 | 52 | 21 | 133 | 36 |
| Binary | 10010100 | 101111 | 111 | 0 | 1000100 | 1011111 | 101010 | 10001 | 1011011 | 11110 |
Color Harmonies of #942F07
Complementary color
Monochromatic Colors of #942F07
Black with #942F07
Text Example
Text Example
White with #942F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F07; }
p { color: rgb(148,47,7); }
H1.HeaderClassName
{
color: #942F07;
}
.AnyTagClassName
{
color: #942F07;
}
</style>
background-color css
<style>
a { background-color: #942F07; }
a { background-color: rgb(148,47,7); }
div.DivClassName
{
background-color: #942F07;
}
.BgClassName
{
background-color: #942F07;
}
</style>
border-color css
<style>
span { border-color: #942F07; }
span { border-color: rgb(148,47,7); }
td.TdClassName
{
border-color: #942F07;
}
.TagClassName
{
border-color: #942F07;
}
</style>