Shades of Saddle Brown #942F0A
Tints of Saddle Brown #942F0A
RGB
CMYK
RGB Variations
Color information
#942F0A (or 0x942F0A) is known color: Saddle Brown. HEX triplet: 94, 2F and 0A. RGB value is (148,47,10). Sum of RGB (Red+Green+Blue) = 148+47+10=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F0A is #6BD0F5. Grayscale: #494949. Windows color (decimal): -7065846 or 667540. OLE color: 667540.
HSL color Cylindrical-coordinate representation of color #942F0A: hue angle of 16.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #942F0A is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 10 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.42 |
| HSL | 16.09º | 0.87% | 0.31% | - |
| HSV(B) | 16.09º | 0.93% | 0.58% | - |
| XYZ | 13.28 | 8.35 | 1.2 | - |
| YUV | 72.98 | 92.46 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 10 | 0 | 0.68 | 0.93 | 0.42 | 16.09 | 0.87 | 0.31 |
| Hex | 94 | 2F | A | 0 | 44 | 5D | 2A | 10 | 57 | 1F |
| Octal | 224 | 57 | 12 | 0 | 104 | 135 | 52 | 20 | 127 | 37 |
| Binary | 10010100 | 101111 | 1010 | 0 | 1000100 | 1011101 | 101010 | 10000 | 1010111 | 11111 |
Color Harmonies of #942F0A
Complementary color
Monochromatic Colors of #942F0A
Black with #942F0A
Text Example
Text Example
White with #942F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F0A; }
p { color: rgb(148,47,10); }
H1.HeaderClassName
{
color: #942F0A;
}
.AnyTagClassName
{
color: #942F0A;
}
</style>
background-color css
<style>
a { background-color: #942F0A; }
a { background-color: rgb(148,47,10); }
div.DivClassName
{
background-color: #942F0A;
}
.BgClassName
{
background-color: #942F0A;
}
</style>
border-color css
<style>
span { border-color: #942F0A; }
span { border-color: rgb(148,47,10); }
td.TdClassName
{
border-color: #942F0A;
}
.TagClassName
{
border-color: #942F0A;
}
</style>