Shades of Saddle Brown #934D15
Tints of Saddle Brown #934D15
RGB
CMYK
RGB Variations
Color information
#934D15 (or 0x934D15) is known color: Saddle Brown. HEX triplet: 93, 4D and 15. RGB value is (147,77,21). Sum of RGB (Red+Green+Blue) = 147+77+21=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #934D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934D15 is #6CB2EA. Grayscale: #5B5B5B. Windows color (decimal): -7123691 or 1396115. OLE color: 1396115.
HSL color Cylindrical-coordinate representation of color #934D15: hue angle of 26.67º degrees, saturation: 0.75, 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 #934D15 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 21 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.42 |
| HSL | 26.67º | 0.75% | 0.33% | - |
| HSV(B) | 26.67º | 0.86% | 0.58% | - |
| XYZ | 14.82 | 11.56 | 2.16 | - |
| YUV | 91.55 | 88.19 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 21 | 0 | 0.48 | 0.86 | 0.42 | 26.67 | 0.75 | 0.33 |
| Hex | 93 | 4D | 15 | 0 | 30 | 56 | 2A | 1B | 4B | 21 |
| Octal | 223 | 115 | 25 | 0 | 60 | 126 | 52 | 33 | 113 | 41 |
| Binary | 10010011 | 1001101 | 10101 | 0 | 110000 | 1010110 | 101010 | 11011 | 1001011 | 100001 |
Color Harmonies of #934D15
Complementary color
Monochromatic Colors of #934D15
Black with #934D15
Text Example
Text Example
White with #934D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D15; }
p { color: rgb(147,77,21); }
H1.HeaderClassName
{
color: #934D15;
}
.AnyTagClassName
{
color: #934D15;
}
</style>
background-color css
<style>
a { background-color: #934D15; }
a { background-color: rgb(147,77,21); }
div.DivClassName
{
background-color: #934D15;
}
.BgClassName
{
background-color: #934D15;
}
</style>
border-color css
<style>
span { border-color: #934D15; }
span { border-color: rgb(147,77,21); }
td.TdClassName
{
border-color: #934D15;
}
.TagClassName
{
border-color: #934D15;
}
</style>