Shades of Saddle Brown #934914
Tints of Saddle Brown #934914
RGB
CMYK
RGB Variations
Color information
#934914 (or 0x934914) is known color: Saddle Brown. HEX triplet: 93, 49 and 14. RGB value is (147,73,20). Sum of RGB (Red+Green+Blue) = 147+73+20=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #934914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934914 is #6CB6EB. Grayscale: #595959. Windows color (decimal): -7124716 or 1329555. OLE color: 1329555.
HSL color Cylindrical-coordinate representation of color #934914: hue angle of 25.04º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #934914 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 20 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.42 |
| HSL | 25.04º | 0.76% | 0.33% | - |
| HSV(B) | 25.04º | 0.86% | 0.58% | - |
| XYZ | 14.54 | 11.02 | 2.02 | - |
| YUV | 89.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 20 | 0 | 0.50 | 0.86 | 0.42 | 25.04 | 0.76 | 0.33 |
| Hex | 93 | 49 | 14 | 0 | 32 | 56 | 2A | 19 | 4C | 21 |
| Octal | 223 | 111 | 24 | 0 | 62 | 126 | 52 | 31 | 114 | 41 |
| Binary | 10010011 | 1001001 | 10100 | 0 | 110010 | 1010110 | 101010 | 11001 | 1001100 | 100001 |
Color Harmonies of #934914
Complementary color
Monochromatic Colors of #934914
Black with #934914
Text Example
Text Example
White with #934914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934914; }
p { color: rgb(147,73,20); }
H1.HeaderClassName
{
color: #934914;
}
.AnyTagClassName
{
color: #934914;
}
</style>
background-color css
<style>
a { background-color: #934914; }
a { background-color: rgb(147,73,20); }
div.DivClassName
{
background-color: #934914;
}
.BgClassName
{
background-color: #934914;
}
</style>
border-color css
<style>
span { border-color: #934914; }
span { border-color: rgb(147,73,20); }
td.TdClassName
{
border-color: #934914;
}
.TagClassName
{
border-color: #934914;
}
</style>