Shades of Saddle Brown #932F06
Tints of Saddle Brown #932F06
RGB
CMYK
RGB Variations
Color information
#932F06 (or 0x932F06) is known color: Saddle Brown. HEX triplet: 93, 2F and 06. RGB value is (147,47,6). Sum of RGB (Red+Green+Blue) = 147+47+6=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #932F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932F06 is #6CD0F9. Grayscale: #484848. Windows color (decimal): -7131386 or 405395. OLE color: 405395.
HSL color Cylindrical-coordinate representation of color #932F06: hue angle of 17.45º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #932F06 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 6 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.42 |
| HSL | 17.45º | 0.92% | 0.3% | - |
| HSV(B) | 17.45º | 0.96% | 0.58% | - |
| XYZ | 13.08 | 8.25 | 1.08 | - |
| YUV | 72.23 | 90.63 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 6 | 0 | 0.68 | 0.96 | 0.42 | 17.45 | 0.92 | 0.3 |
| Hex | 93 | 2F | 6 | 0 | 44 | 60 | 2A | 11 | 5C | 1E |
| Octal | 223 | 57 | 6 | 0 | 104 | 140 | 52 | 21 | 134 | 36 |
| Binary | 10010011 | 101111 | 110 | 0 | 1000100 | 1100000 | 101010 | 10001 | 1011100 | 11110 |
Color Harmonies of #932F06
Complementary color
Monochromatic Colors of #932F06
Black with #932F06
Text Example
Text Example
White with #932F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F06; }
p { color: rgb(147,47,6); }
H1.HeaderClassName
{
color: #932F06;
}
.AnyTagClassName
{
color: #932F06;
}
</style>
background-color css
<style>
a { background-color: #932F06; }
a { background-color: rgb(147,47,6); }
div.DivClassName
{
background-color: #932F06;
}
.BgClassName
{
background-color: #932F06;
}
</style>
border-color css
<style>
span { border-color: #932F06; }
span { border-color: rgb(147,47,6); }
td.TdClassName
{
border-color: #932F06;
}
.TagClassName
{
border-color: #932F06;
}
</style>