Shades of Saddle Brown #934004
Tints of Saddle Brown #934004
RGB
CMYK
RGB Variations
Color information
#934004 (or 0x934004) is known color: Saddle Brown. HEX triplet: 93, 40 and 04. RGB value is (147,64,4). Sum of RGB (Red+Green+Blue) = 147+64+4=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #934004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934004 is #6CBFFB. Grayscale: #525252. Windows color (decimal): -7127036 or 278675. OLE color: 278675.
HSL color Cylindrical-coordinate representation of color #934004: hue angle of 25.17º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #934004 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 64 | 4 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.42 |
| HSL | 25.17º | 0.95% | 0.3% | - |
| HSV(B) | 25.17º | 0.97% | 0.58% | - |
| XYZ | 13.89 | 9.88 | 1.29 | - |
| YUV | 81.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 4 | 0 | 0.56 | 0.97 | 0.42 | 25.17 | 0.95 | 0.3 |
| Hex | 93 | 40 | 4 | 0 | 38 | 61 | 2A | 19 | 5F | 1E |
| Octal | 223 | 100 | 4 | 0 | 70 | 141 | 52 | 31 | 137 | 36 |
| Binary | 10010011 | 1000000 | 100 | 0 | 111000 | 1100001 | 101010 | 11001 | 1011111 | 11110 |
Color Harmonies of #934004
Complementary color
Monochromatic Colors of #934004
Black with #934004
Text Example
Text Example
White with #934004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934004; }
p { color: rgb(147,64,4); }
H1.HeaderClassName
{
color: #934004;
}
.AnyTagClassName
{
color: #934004;
}
</style>
background-color css
<style>
a { background-color: #934004; }
a { background-color: rgb(147,64,4); }
div.DivClassName
{
background-color: #934004;
}
.BgClassName
{
background-color: #934004;
}
</style>
border-color css
<style>
span { border-color: #934004; }
span { border-color: rgb(147,64,4); }
td.TdClassName
{
border-color: #934004;
}
.TagClassName
{
border-color: #934004;
}
</style>