Shades of Saddle Brown #933302
Tints of Saddle Brown #933302
RGB
CMYK
RGB Variations
Color information
#933302 (or 0x933302) is known color: Saddle Brown. HEX triplet: 93, 33 and 02. RGB value is (147,51,2). Sum of RGB (Red+Green+Blue) = 147+51+2=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #933302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933302 is #6CCCFD. Grayscale: #4A4A4A. Windows color (decimal): -7130366 or 144275. OLE color: 144275.
HSL color Cylindrical-coordinate representation of color #933302: hue angle of 20.28º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #933302 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 51 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.42 |
| HSL | 20.28º | 0.97% | 0.29% | - |
| HSV(B) | 20.28º | 0.99% | 0.58% | - |
| XYZ | 13.23 | 8.58 | 1.02 | - |
| YUV | 74.12 | 87.3 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 2 | 0 | 0.65 | 0.99 | 0.42 | 20.28 | 0.97 | 0.29 |
| Hex | 93 | 33 | 2 | 0 | 41 | 63 | 2A | 14 | 61 | 1D |
| Octal | 223 | 63 | 2 | 0 | 101 | 143 | 52 | 24 | 141 | 35 |
| Binary | 10010011 | 110011 | 10 | 0 | 1000001 | 1100011 | 101010 | 10100 | 1100001 | 11101 |
Color Harmonies of #933302
Complementary color
Monochromatic Colors of #933302
Black with #933302
Text Example
Text Example
White with #933302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933302; }
p { color: rgb(147,51,2); }
H1.HeaderClassName
{
color: #933302;
}
.AnyTagClassName
{
color: #933302;
}
</style>
background-color css
<style>
a { background-color: #933302; }
a { background-color: rgb(147,51,2); }
div.DivClassName
{
background-color: #933302;
}
.BgClassName
{
background-color: #933302;
}
</style>
border-color css
<style>
span { border-color: #933302; }
span { border-color: rgb(147,51,2); }
td.TdClassName
{
border-color: #933302;
}
.TagClassName
{
border-color: #933302;
}
</style>