Shades of Sepia #955D42
Tints of Sepia #955D42
RGB
CMYK
RGB Variations
Color information
#955D42 (or 0x955D42) is known color: Sepia. HEX triplet: 95, 5D and 42. RGB value is (149,93,66). Sum of RGB (Red+Green+Blue) = 149+93+66=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #955D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D42 is #6AA2BD. Grayscale: #6A6A6A. Windows color (decimal): -6988478 or 4349333. OLE color: 4349333.
HSL color Cylindrical-coordinate representation of color #955D42: hue angle of 19.52º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955D42 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 66 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.42 |
| HSL | 19.52º | 0.39% | 0.42% | - |
| HSV(B) | 19.52º | 0.56% | 0.58% | - |
| XYZ | 17.29 | 14.61 | 7.06 | - |
| YUV | 106.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 66 | 0 | 0.38 | 0.56 | 0.42 | 19.52 | 0.39 | 0.42 |
| Hex | 95 | 5D | 42 | 0 | 26 | 38 | 2A | 14 | 27 | 2A |
| Octal | 225 | 135 | 102 | 0 | 46 | 70 | 52 | 24 | 47 | 52 |
| Binary | 10010101 | 1011101 | 1000010 | 0 | 100110 | 111000 | 101010 | 10100 | 100111 | 101010 |
Color Harmonies of #955D42
Complementary color
Monochromatic Colors of #955D42
Black with #955D42
Text Example
Text Example
White with #955D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D42; }
p { color: rgb(149,93,66); }
H1.HeaderClassName
{
color: #955D42;
}
.AnyTagClassName
{
color: #955D42;
}
</style>
background-color css
<style>
a { background-color: #955D42; }
a { background-color: rgb(149,93,66); }
div.DivClassName
{
background-color: #955D42;
}
.BgClassName
{
background-color: #955D42;
}
</style>
border-color css
<style>
span { border-color: #955D42; }
span { border-color: rgb(149,93,66); }
td.TdClassName
{
border-color: #955D42;
}
.TagClassName
{
border-color: #955D42;
}
</style>