Shades of Saddle Brown #934A16
Tints of Saddle Brown #934A16
RGB
CMYK
RGB Variations
Color information
#934A16 (or 0x934A16) is known color: Saddle Brown. HEX triplet: 93, 4A and 16. RGB value is (147,74,22). Sum of RGB (Red+Green+Blue) = 147+74+22=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #934A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934A16 is #6CB5E9. Grayscale: #5A5A5A. Windows color (decimal): -7124458 or 1460883. OLE color: 1460883.
HSL color Cylindrical-coordinate representation of color #934A16: hue angle of 24.96º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #934A16 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 22 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.42 |
| HSL | 24.96º | 0.74% | 0.33% | - |
| HSV(B) | 24.96º | 0.85% | 0.58% | - |
| XYZ | 14.63 | 11.16 | 2.14 | - |
| YUV | 89.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 22 | 0 | 0.50 | 0.85 | 0.42 | 24.96 | 0.74 | 0.33 |
| Hex | 93 | 4A | 16 | 0 | 32 | 55 | 2A | 19 | 4A | 21 |
| Octal | 223 | 112 | 26 | 0 | 62 | 125 | 52 | 31 | 112 | 41 |
| Binary | 10010011 | 1001010 | 10110 | 0 | 110010 | 1010101 | 101010 | 11001 | 1001010 | 100001 |
Color Harmonies of #934A16
Complementary color
Monochromatic Colors of #934A16
Black with #934A16
Text Example
Text Example
White with #934A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A16; }
p { color: rgb(147,74,22); }
H1.HeaderClassName
{
color: #934A16;
}
.AnyTagClassName
{
color: #934A16;
}
</style>
background-color css
<style>
a { background-color: #934A16; }
a { background-color: rgb(147,74,22); }
div.DivClassName
{
background-color: #934A16;
}
.BgClassName
{
background-color: #934A16;
}
</style>
border-color css
<style>
span { border-color: #934A16; }
span { border-color: rgb(147,74,22); }
td.TdClassName
{
border-color: #934A16;
}
.TagClassName
{
border-color: #934A16;
}
</style>