Shades of Saddle Brown #934A18
Tints of Saddle Brown #934A18
RGB
CMYK
RGB Variations
Color information
#934A18 (or 0x934A18) is known color: Saddle Brown. HEX triplet: 93, 4A and 18. RGB value is (147,74,24). Sum of RGB (Red+Green+Blue) = 147+74+24=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #934A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934A18 is #6CB5E7. Grayscale: #5A5A5A. Windows color (decimal): -7124456 or 1591955. OLE color: 1591955.
HSL color Cylindrical-coordinate representation of color #934A18: hue angle of 24.39º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #934A18 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 24 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.42 |
| HSL | 24.39º | 0.72% | 0.34% | - |
| HSV(B) | 24.39º | 0.84% | 0.58% | - |
| XYZ | 14.65 | 11.17 | 2.25 | - |
| YUV | 90.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 24 | 0 | 0.50 | 0.84 | 0.42 | 24.39 | 0.72 | 0.34 |
| Hex | 93 | 4A | 18 | 0 | 32 | 54 | 2A | 18 | 48 | 22 |
| Octal | 223 | 112 | 30 | 0 | 62 | 124 | 52 | 30 | 110 | 42 |
| Binary | 10010011 | 1001010 | 11000 | 0 | 110010 | 1010100 | 101010 | 11000 | 1001000 | 100010 |
Color Harmonies of #934A18
Complementary color
Monochromatic Colors of #934A18
Black with #934A18
Text Example
Text Example
White with #934A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A18; }
p { color: rgb(147,74,24); }
H1.HeaderClassName
{
color: #934A18;
}
.AnyTagClassName
{
color: #934A18;
}
</style>
background-color css
<style>
a { background-color: #934A18; }
a { background-color: rgb(147,74,24); }
div.DivClassName
{
background-color: #934A18;
}
.BgClassName
{
background-color: #934A18;
}
</style>
border-color css
<style>
span { border-color: #934A18; }
span { border-color: rgb(147,74,24); }
td.TdClassName
{
border-color: #934A18;
}
.TagClassName
{
border-color: #934A18;
}
</style>