Shades of Saddle Brown #933A0F
Tints of Saddle Brown #933A0F
RGB
CMYK
RGB Variations
Color information
#933A0F (or 0x933A0F) is known color: Saddle Brown. HEX triplet: 93, 3A and 0F. RGB value is (147,58,15). Sum of RGB (Red+Green+Blue) = 147+58+15=220 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.82% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 147 - color contains mainly: red. Hex color #933A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933A0F is #6CC5F0. Grayscale: #4F4F4F. Windows color (decimal): -7128561 or 998035. OLE color: 998035.
HSL color Cylindrical-coordinate representation of color #933A0F: hue angle of 19.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 #933A0F is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 58 | 15 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.42 |
| HSL | 19.55º | 0.81% | 0.32% | - |
| HSV(B) | 19.55º | 0.9% | 0.58% | - |
| XYZ | 13.63 | 9.26 | 1.52 | - |
| YUV | 79.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 15 | 0 | 0.61 | 0.90 | 0.42 | 19.55 | 0.81 | 0.32 |
| Hex | 93 | 3A | F | 0 | 3D | 5A | 2A | 14 | 51 | 20 |
| Octal | 223 | 72 | 17 | 0 | 75 | 132 | 52 | 24 | 121 | 40 |
| Binary | 10010011 | 111010 | 1111 | 0 | 111101 | 1011010 | 101010 | 10100 | 1010001 | 100000 |
Color Harmonies of #933A0F
Complementary color
Monochromatic Colors of #933A0F
Black with #933A0F
Text Example
Text Example
White with #933A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933A0F; }
p { color: rgb(147,58,15); }
H1.HeaderClassName
{
color: #933A0F;
}
.AnyTagClassName
{
color: #933A0F;
}
</style>
background-color css
<style>
a { background-color: #933A0F; }
a { background-color: rgb(147,58,15); }
div.DivClassName
{
background-color: #933A0F;
}
.BgClassName
{
background-color: #933A0F;
}
</style>
border-color css
<style>
span { border-color: #933A0F; }
span { border-color: rgb(147,58,15); }
td.TdClassName
{
border-color: #933A0F;
}
.TagClassName
{
border-color: #933A0F;
}
</style>