Shades of Saddle Brown #93500F
Tints of Saddle Brown #93500F
RGB
CMYK
RGB Variations
Color information
#93500F (or 0x93500F) is known color: Saddle Brown. HEX triplet: 93, 50 and 0F. RGB value is (147,80,15). Sum of RGB (Red+Green+Blue) = 147+80+15=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93500F is #6CAFF0. Grayscale: #5C5C5C. Windows color (decimal): -7122929 or 1003667. OLE color: 1003667.
HSL color Cylindrical-coordinate representation of color #93500F: hue angle of 29.55º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93500F is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 15 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.42 |
| HSL | 29.55º | 0.81% | 0.32% | - |
| HSV(B) | 29.55º | 0.9% | 0.58% | - |
| XYZ | 14.99 | 11.97 | 1.97 | - |
| YUV | 92.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 15 | 0 | 0.46 | 0.90 | 0.42 | 29.55 | 0.81 | 0.32 |
| Hex | 93 | 50 | F | 0 | 2E | 5A | 2A | 1E | 51 | 20 |
| Octal | 223 | 120 | 17 | 0 | 56 | 132 | 52 | 36 | 121 | 40 |
| Binary | 10010011 | 1010000 | 1111 | 0 | 101110 | 1011010 | 101010 | 11110 | 1010001 | 100000 |
Color Harmonies of #93500F
Complementary color
Monochromatic Colors of #93500F
Black with #93500F
Text Example
Text Example
White with #93500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93500F; }
p { color: rgb(147,80,15); }
H1.HeaderClassName
{
color: #93500F;
}
.AnyTagClassName
{
color: #93500F;
}
</style>
background-color css
<style>
a { background-color: #93500F; }
a { background-color: rgb(147,80,15); }
div.DivClassName
{
background-color: #93500F;
}
.BgClassName
{
background-color: #93500F;
}
</style>
border-color css
<style>
span { border-color: #93500F; }
span { border-color: rgb(147,80,15); }
td.TdClassName
{
border-color: #93500F;
}
.TagClassName
{
border-color: #93500F;
}
</style>