Shades of Saddle Brown #934F1C
Tints of Saddle Brown #934F1C
RGB
CMYK
RGB Variations
Color information
#934F1C (or 0x934F1C) is known color: Saddle Brown. HEX triplet: 93, 4F and 1C. RGB value is (147,79,28). Sum of RGB (Red+Green+Blue) = 147+79+28=254 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.87% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 147 - color contains mainly: red. Hex color #934F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F1C is #6CB0E3. Grayscale: #5D5D5D. Windows color (decimal): -7123172 or 1855379. OLE color: 1855379.
HSL color Cylindrical-coordinate representation of color #934F1C: hue angle of 25.71º 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 #934F1C is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 28 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.42 |
| HSL | 25.71º | 0.68% | 0.34% | - |
| HSV(B) | 25.71º | 0.81% | 0.58% | - |
| XYZ | 15.04 | 11.88 | 2.6 | - |
| YUV | 93.52 | 91.03 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 28 | 0 | 0.46 | 0.81 | 0.42 | 25.71 | 0.68 | 0.34 |
| Hex | 93 | 4F | 1C | 0 | 2E | 51 | 2A | 1A | 44 | 22 |
| Octal | 223 | 117 | 34 | 0 | 56 | 121 | 52 | 32 | 104 | 42 |
| Binary | 10010011 | 1001111 | 11100 | 0 | 101110 | 1010001 | 101010 | 11010 | 1000100 | 100010 |
Color Harmonies of #934F1C
Complementary color
Monochromatic Colors of #934F1C
Black with #934F1C
Text Example
Text Example
White with #934F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F1C; }
p { color: rgb(147,79,28); }
H1.HeaderClassName
{
color: #934F1C;
}
.AnyTagClassName
{
color: #934F1C;
}
</style>
background-color css
<style>
a { background-color: #934F1C; }
a { background-color: rgb(147,79,28); }
div.DivClassName
{
background-color: #934F1C;
}
.BgClassName
{
background-color: #934F1C;
}
</style>
border-color css
<style>
span { border-color: #934F1C; }
span { border-color: rgb(147,79,28); }
td.TdClassName
{
border-color: #934F1C;
}
.TagClassName
{
border-color: #934F1C;
}
</style>