Shades of Saddle Brown #934315
Tints of Saddle Brown #934315
RGB
CMYK
RGB Variations
Color information
#934315 (or 0x934315) is known color: Saddle Brown. HEX triplet: 93, 43 and 15. RGB value is (147,67,21). Sum of RGB (Red+Green+Blue) = 147+67+21=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #934315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934315 is #6CBCEA. Grayscale: #555555. Windows color (decimal): -7126251 or 1393555. OLE color: 1393555.
HSL color Cylindrical-coordinate representation of color #934315: hue angle of 21.9º 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 #934315 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 67 | 21 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.42 |
| HSL | 21.9º | 0.75% | 0.33% | - |
| HSV(B) | 21.9º | 0.86% | 0.58% | - |
| XYZ | 14.18 | 10.27 | 1.94 | - |
| YUV | 85.68 | 91.5 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 21 | 0 | 0.54 | 0.86 | 0.42 | 21.9 | 0.75 | 0.33 |
| Hex | 93 | 43 | 15 | 0 | 36 | 56 | 2A | 16 | 4B | 21 |
| Octal | 223 | 103 | 25 | 0 | 66 | 126 | 52 | 26 | 113 | 41 |
| Binary | 10010011 | 1000011 | 10101 | 0 | 110110 | 1010110 | 101010 | 10110 | 1001011 | 100001 |
Color Harmonies of #934315
Complementary color
Monochromatic Colors of #934315
Black with #934315
Text Example
Text Example
White with #934315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934315; }
p { color: rgb(147,67,21); }
H1.HeaderClassName
{
color: #934315;
}
.AnyTagClassName
{
color: #934315;
}
</style>
background-color css
<style>
a { background-color: #934315; }
a { background-color: rgb(147,67,21); }
div.DivClassName
{
background-color: #934315;
}
.BgClassName
{
background-color: #934315;
}
</style>
border-color css
<style>
span { border-color: #934315; }
span { border-color: rgb(147,67,21); }
td.TdClassName
{
border-color: #934315;
}
.TagClassName
{
border-color: #934315;
}
</style>