Shades of Saddle Brown #954D1B
Tints of Saddle Brown #954D1B
RGB
CMYK
RGB Variations
Color information
#954D1B (or 0x954D1B) is known color: Saddle Brown. HEX triplet: 95, 4D and 1B. RGB value is (149,77,27). Sum of RGB (Red+Green+Blue) = 149+77+27=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #954D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D1B is #6AB2E4. Grayscale: #5D5D5D. Windows color (decimal): -6992613 or 1789333. OLE color: 1789333.
HSL color Cylindrical-coordinate representation of color #954D1B: hue angle of 24.59º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #954D1B is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 27 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.42 |
| HSL | 24.59º | 0.69% | 0.35% | - |
| HSV(B) | 24.59º | 0.82% | 0.58% | - |
| XYZ | 15.25 | 11.78 | 2.51 | - |
| YUV | 92.83 | 90.85 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 27 | 0 | 0.48 | 0.82 | 0.42 | 24.59 | 0.69 | 0.35 |
| Hex | 95 | 4D | 1B | 0 | 30 | 52 | 2A | 19 | 45 | 23 |
| Octal | 225 | 115 | 33 | 0 | 60 | 122 | 52 | 31 | 105 | 43 |
| Binary | 10010101 | 1001101 | 11011 | 0 | 110000 | 1010010 | 101010 | 11001 | 1000101 | 100011 |
Color Harmonies of #954D1B
Complementary color
Monochromatic Colors of #954D1B
Black with #954D1B
Text Example
Text Example
White with #954D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D1B; }
p { color: rgb(149,77,27); }
H1.HeaderClassName
{
color: #954D1B;
}
.AnyTagClassName
{
color: #954D1B;
}
</style>
background-color css
<style>
a { background-color: #954D1B; }
a { background-color: rgb(149,77,27); }
div.DivClassName
{
background-color: #954D1B;
}
.BgClassName
{
background-color: #954D1B;
}
</style>
border-color css
<style>
span { border-color: #954D1B; }
span { border-color: rgb(149,77,27); }
td.TdClassName
{
border-color: #954D1B;
}
.TagClassName
{
border-color: #954D1B;
}
</style>