Shades of Saddle Brown #933002
Tints of Saddle Brown #933002
RGB
CMYK
RGB Variations
Color information
#933002 (or 0x933002) is known color: Saddle Brown. HEX triplet: 93, 30 and 02. RGB value is (147,48,2). Sum of RGB (Red+Green+Blue) = 147+48+2=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #933002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933002 is #6CCFFD. Grayscale: #484848. Windows color (decimal): -7131134 or 143507. OLE color: 143507.
HSL color Cylindrical-coordinate representation of color #933002: hue angle of 19.03º 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 #933002 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.42 |
| HSL | 19.03º | 0.97% | 0.29% | - |
| HSV(B) | 19.03º | 0.99% | 0.58% | - |
| XYZ | 13.1 | 8.32 | 0.97 | - |
| YUV | 72.36 | 88.3 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 2 | 0 | 0.67 | 0.99 | 0.42 | 19.03 | 0.97 | 0.29 |
| Hex | 93 | 30 | 2 | 0 | 43 | 63 | 2A | 13 | 61 | 1D |
| Octal | 223 | 60 | 2 | 0 | 103 | 143 | 52 | 23 | 141 | 35 |
| Binary | 10010011 | 110000 | 10 | 0 | 1000011 | 1100011 | 101010 | 10011 | 1100001 | 11101 |
Color Harmonies of #933002
Complementary color
Monochromatic Colors of #933002
Black with #933002
Text Example
Text Example
White with #933002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933002; }
p { color: rgb(147,48,2); }
H1.HeaderClassName
{
color: #933002;
}
.AnyTagClassName
{
color: #933002;
}
</style>
background-color css
<style>
a { background-color: #933002; }
a { background-color: rgb(147,48,2); }
div.DivClassName
{
background-color: #933002;
}
.BgClassName
{
background-color: #933002;
}
</style>
border-color css
<style>
span { border-color: #933002; }
span { border-color: rgb(147,48,2); }
td.TdClassName
{
border-color: #933002;
}
.TagClassName
{
border-color: #933002;
}
</style>