Shades of Saddle Brown #934A1C
Tints of Saddle Brown #934A1C
RGB
CMYK
RGB Variations
Color information
#934A1C (or 0x934A1C) is known color: Saddle Brown. HEX triplet: 93, 4A and 1C. RGB value is (147,74,28). Sum of RGB (Red+Green+Blue) = 147+74+28=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #934A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934A1C is #6CB5E3. Grayscale: #5A5A5A. Windows color (decimal): -7124452 or 1854099. OLE color: 1854099.
HSL color Cylindrical-coordinate representation of color #934A1C: hue angle of 23.19º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #934A1C is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 74 | 28 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.42 |
| HSL | 23.19º | 0.68% | 0.34% | - |
| HSV(B) | 23.19º | 0.81% | 0.58% | - |
| XYZ | 14.69 | 11.18 | 2.48 | - |
| YUV | 90.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 74 | 28 | 0 | 0.50 | 0.81 | 0.42 | 23.19 | 0.68 | 0.34 |
| Hex | 93 | 4A | 1C | 0 | 32 | 51 | 2A | 17 | 44 | 22 |
| Octal | 223 | 112 | 34 | 0 | 62 | 121 | 52 | 27 | 104 | 42 |
| Binary | 10010011 | 1001010 | 11100 | 0 | 110010 | 1010001 | 101010 | 10111 | 1000100 | 100010 |
Color Harmonies of #934A1C
Complementary color
Monochromatic Colors of #934A1C
Black with #934A1C
Text Example
Text Example
White with #934A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934A1C; }
p { color: rgb(147,74,28); }
H1.HeaderClassName
{
color: #934A1C;
}
.AnyTagClassName
{
color: #934A1C;
}
</style>
background-color css
<style>
a { background-color: #934A1C; }
a { background-color: rgb(147,74,28); }
div.DivClassName
{
background-color: #934A1C;
}
.BgClassName
{
background-color: #934A1C;
}
</style>
border-color css
<style>
span { border-color: #934A1C; }
span { border-color: rgb(147,74,28); }
td.TdClassName
{
border-color: #934A1C;
}
.TagClassName
{
border-color: #934A1C;
}
</style>