Shades of Saddle Brown #934D1B
Tints of Saddle Brown #934D1B
RGB
CMYK
RGB Variations
Color information
#934D1B (or 0x934D1B) is known color: Saddle Brown. HEX triplet: 93, 4D and 1B. RGB value is (147,77,27). Sum of RGB (Red+Green+Blue) = 147+77+27=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #934D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D1B is #6CB2E4. Grayscale: #5C5C5C. Windows color (decimal): -7123685 or 1789331. OLE color: 1789331.
HSL color Cylindrical-coordinate representation of color #934D1B: hue angle of 25º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #934D1B is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 27 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.42 |
| HSL | 25º | 0.69% | 0.34% | - |
| HSV(B) | 25º | 0.82% | 0.58% | - |
| XYZ | 14.88 | 11.59 | 2.49 | - |
| YUV | 92.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 27 | 0 | 0.48 | 0.82 | 0.42 | 25 | 0.69 | 0.34 |
| Hex | 93 | 4D | 1B | 0 | 30 | 52 | 2A | 19 | 45 | 22 |
| Octal | 223 | 115 | 33 | 0 | 60 | 122 | 52 | 31 | 105 | 42 |
| Binary | 10010011 | 1001101 | 11011 | 0 | 110000 | 1010010 | 101010 | 11001 | 1000101 | 100010 |
Color Harmonies of #934D1B
Complementary color
Monochromatic Colors of #934D1B
Black with #934D1B
Text Example
Text Example
White with #934D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D1B; }
p { color: rgb(147,77,27); }
H1.HeaderClassName
{
color: #934D1B;
}
.AnyTagClassName
{
color: #934D1B;
}
</style>
background-color css
<style>
a { background-color: #934D1B; }
a { background-color: rgb(147,77,27); }
div.DivClassName
{
background-color: #934D1B;
}
.BgClassName
{
background-color: #934D1B;
}
</style>
border-color css
<style>
span { border-color: #934D1B; }
span { border-color: rgb(147,77,27); }
td.TdClassName
{
border-color: #934D1B;
}
.TagClassName
{
border-color: #934D1B;
}
</style>