Shades of Saddle Brown #93471B
Tints of Saddle Brown #93471B
RGB
CMYK
RGB Variations
Color information
#93471B (or 0x93471B) is known color: Saddle Brown. HEX triplet: 93, 47 and 1B. RGB value is (147,71,27). Sum of RGB (Red+Green+Blue) = 147+71+27=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93471B is #6CB8E4. Grayscale: #585858. Windows color (decimal): -7125221 or 1787795. OLE color: 1787795.
HSL color Cylindrical-coordinate representation of color #93471B: hue angle of 22º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93471B is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 71 | 27 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.42 |
| HSL | 22º | 0.69% | 0.34% | - |
| HSV(B) | 22º | 0.82% | 0.58% | - |
| XYZ | 14.48 | 10.79 | 2.36 | - |
| YUV | 88.71 | 93.18 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 27 | 0 | 0.52 | 0.82 | 0.42 | 22 | 0.69 | 0.34 |
| Hex | 93 | 47 | 1B | 0 | 34 | 52 | 2A | 16 | 45 | 22 |
| Octal | 223 | 107 | 33 | 0 | 64 | 122 | 52 | 26 | 105 | 42 |
| Binary | 10010011 | 1000111 | 11011 | 0 | 110100 | 1010010 | 101010 | 10110 | 1000101 | 100010 |
Color Harmonies of #93471B
Complementary color
Monochromatic Colors of #93471B
Black with #93471B
Text Example
Text Example
White with #93471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93471B; }
p { color: rgb(147,71,27); }
H1.HeaderClassName
{
color: #93471B;
}
.AnyTagClassName
{
color: #93471B;
}
</style>
background-color css
<style>
a { background-color: #93471B; }
a { background-color: rgb(147,71,27); }
div.DivClassName
{
background-color: #93471B;
}
.BgClassName
{
background-color: #93471B;
}
</style>
border-color css
<style>
span { border-color: #93471B; }
span { border-color: rgb(147,71,27); }
td.TdClassName
{
border-color: #93471B;
}
.TagClassName
{
border-color: #93471B;
}
</style>