Shades of Saddle Brown #932E03
Tints of Saddle Brown #932E03
RGB
CMYK
RGB Variations
Color information
#932E03 (or 0x932E03) is known color: Saddle Brown. HEX triplet: 93, 2E and 03. RGB value is (147,46,3). Sum of RGB (Red+Green+Blue) = 147+46+3=196 (25% of max value = 765). Red value is 147 (57.81% from 255 or 75% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 147 - color contains mainly: red. Hex color #932E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932E03 is #6CD1FC. Grayscale: #474747. Windows color (decimal): -7131645 or 208531. OLE color: 208531.
HSL color Cylindrical-coordinate representation of color #932E03: hue angle of 17.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #932E03 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 46 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.42 |
| HSL | 17.92º | 0.96% | 0.29% | - |
| HSV(B) | 17.92º | 0.98% | 0.58% | - |
| XYZ | 13.03 | 8.16 | 0.98 | - |
| YUV | 71.3 | 89.46 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 46 | 3 | 0 | 0.69 | 0.98 | 0.42 | 17.92 | 0.96 | 0.29 |
| Hex | 93 | 2E | 3 | 0 | 45 | 62 | 2A | 12 | 60 | 1D |
| Octal | 223 | 56 | 3 | 0 | 105 | 142 | 52 | 22 | 140 | 35 |
| Binary | 10010011 | 101110 | 11 | 0 | 1000101 | 1100010 | 101010 | 10010 | 1100000 | 11101 |
Color Harmonies of #932E03
Complementary color
Monochromatic Colors of #932E03
Black with #932E03
Text Example
Text Example
White with #932E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932E03; }
p { color: rgb(147,46,3); }
H1.HeaderClassName
{
color: #932E03;
}
.AnyTagClassName
{
color: #932E03;
}
</style>
background-color css
<style>
a { background-color: #932E03; }
a { background-color: rgb(147,46,3); }
div.DivClassName
{
background-color: #932E03;
}
.BgClassName
{
background-color: #932E03;
}
</style>
border-color css
<style>
span { border-color: #932E03; }
span { border-color: rgb(147,46,3); }
td.TdClassName
{
border-color: #932E03;
}
.TagClassName
{
border-color: #932E03;
}
</style>