Shades of Saddle Brown #934919
Tints of Saddle Brown #934919
RGB
CMYK
RGB Variations
Color information
#934919 (or 0x934919) is known color: Saddle Brown. HEX triplet: 93, 49 and 19. RGB value is (147,73,25). Sum of RGB (Red+Green+Blue) = 147+73+25=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #934919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934919 is #6CB6E6. Grayscale: #595959. Windows color (decimal): -7124711 or 1657235. OLE color: 1657235.
HSL color Cylindrical-coordinate representation of color #934919: hue angle of 23.61º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #934919 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 25 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.42 |
| HSL | 23.61º | 0.71% | 0.34% | - |
| HSV(B) | 23.61º | 0.83% | 0.58% | - |
| XYZ | 14.59 | 11.04 | 2.28 | - |
| YUV | 89.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 25 | 0 | 0.50 | 0.83 | 0.42 | 23.61 | 0.71 | 0.34 |
| Hex | 93 | 49 | 19 | 0 | 32 | 53 | 2A | 18 | 47 | 22 |
| Octal | 223 | 111 | 31 | 0 | 62 | 123 | 52 | 30 | 107 | 42 |
| Binary | 10010011 | 1001001 | 11001 | 0 | 110010 | 1010011 | 101010 | 11000 | 1000111 | 100010 |
Color Harmonies of #934919
Complementary color
Monochromatic Colors of #934919
Black with #934919
Text Example
Text Example
White with #934919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934919; }
p { color: rgb(147,73,25); }
H1.HeaderClassName
{
color: #934919;
}
.AnyTagClassName
{
color: #934919;
}
</style>
background-color css
<style>
a { background-color: #934919; }
a { background-color: rgb(147,73,25); }
div.DivClassName
{
background-color: #934919;
}
.BgClassName
{
background-color: #934919;
}
</style>
border-color css
<style>
span { border-color: #934919; }
span { border-color: rgb(147,73,25); }
td.TdClassName
{
border-color: #934919;
}
.TagClassName
{
border-color: #934919;
}
</style>