Shades of Saddle Brown #934A15
Tints of Saddle Brown #934A15
RGB
CMYK
RGB Variations
Color information
#934A15 (or 0x934A15) is known color: Saddle Brown. HEX triplet: 93, 4A and 15. RGB value is (147,74,21). Sum of RGB (Red+Green+Blue) = 147+74+21=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #934A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934A15 is #6CB5EA. Grayscale: #5A5A5A. Windows color (decimal): -7124459 or 1395347. OLE color: 1395347.
HSL color Cylindrical-coordinate representation of color #934A15: hue angle of 25.24º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #934A15 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 21 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.42 |
| HSL | 25.24º | 0.75% | 0.33% | - |
| HSV(B) | 25.24º | 0.86% | 0.58% | - |
| XYZ | 14.62 | 11.15 | 2.09 | - |
| YUV | 89.79 | 89.18 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 21 | 0 | 0.50 | 0.86 | 0.42 | 25.24 | 0.75 | 0.33 |
| Hex | 93 | 4A | 15 | 0 | 32 | 56 | 2A | 19 | 4B | 21 |
| Octal | 223 | 112 | 25 | 0 | 62 | 126 | 52 | 31 | 113 | 41 |
| Binary | 10010011 | 1001010 | 10101 | 0 | 110010 | 1010110 | 101010 | 11001 | 1001011 | 100001 |
Color Harmonies of #934A15
Complementary color
Monochromatic Colors of #934A15
Black with #934A15
Text Example
Text Example
White with #934A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A15; }
p { color: rgb(147,74,21); }
H1.HeaderClassName
{
color: #934A15;
}
.AnyTagClassName
{
color: #934A15;
}
</style>
background-color css
<style>
a { background-color: #934A15; }
a { background-color: rgb(147,74,21); }
div.DivClassName
{
background-color: #934A15;
}
.BgClassName
{
background-color: #934A15;
}
</style>
border-color css
<style>
span { border-color: #934A15; }
span { border-color: rgb(147,74,21); }
td.TdClassName
{
border-color: #934A15;
}
.TagClassName
{
border-color: #934A15;
}
</style>