Shades of Sepia #955A44
Tints of Sepia #955A44
RGB
CMYK
RGB Variations
Color information
#955A44 (or 0x955A44) is known color: Sepia. HEX triplet: 95, 5A and 44. RGB value is (149,90,68). Sum of RGB (Red+Green+Blue) = 149+90+68=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #955A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955A44 is #6AA5BB. Grayscale: #696969. Windows color (decimal): -6989244 or 4479637. OLE color: 4479637.
HSL color Cylindrical-coordinate representation of color #955A44: hue angle of 16.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955A44 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 68 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.42 |
| HSL | 16.3º | 0.37% | 0.43% | - |
| HSV(B) | 16.3º | 0.54% | 0.58% | - |
| XYZ | 17.09 | 14.12 | 7.29 | - |
| YUV | 105.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 68 | 0 | 0.40 | 0.54 | 0.42 | 16.3 | 0.37 | 0.43 |
| Hex | 95 | 5A | 44 | 0 | 28 | 36 | 2A | 10 | 25 | 2B |
| Octal | 225 | 132 | 104 | 0 | 50 | 66 | 52 | 20 | 45 | 53 |
| Binary | 10010101 | 1011010 | 1000100 | 0 | 101000 | 110110 | 101010 | 10000 | 100101 | 101011 |
Color Harmonies of #955A44
Complementary color
Monochromatic Colors of #955A44
Black with #955A44
Text Example
Text Example
White with #955A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A44; }
p { color: rgb(149,90,68); }
H1.HeaderClassName
{
color: #955A44;
}
.AnyTagClassName
{
color: #955A44;
}
</style>
background-color css
<style>
a { background-color: #955A44; }
a { background-color: rgb(149,90,68); }
div.DivClassName
{
background-color: #955A44;
}
.BgClassName
{
background-color: #955A44;
}
</style>
border-color css
<style>
span { border-color: #955A44; }
span { border-color: rgb(149,90,68); }
td.TdClassName
{
border-color: #955A44;
}
.TagClassName
{
border-color: #955A44;
}
</style>