Shades of Sepia #9A5A44
Tints of Sepia #9A5A44
RGB
CMYK
RGB Variations
Color information
#9A5A44 (or 0x9A5A44) is known color: Sepia. HEX triplet: 9A, 5A and 44. RGB value is (154,90,68). Sum of RGB (Red+Green+Blue) = 154+90+68=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5A44 is #65A5BB. Grayscale: #6A6A6A. Windows color (decimal): -6661564 or 4479642. OLE color: 4479642.
HSL color Cylindrical-coordinate representation of color #9A5A44: hue angle of 15.35º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A5A44 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 90 | 68 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.40 |
| HSL | 15.35º | 0.39% | 0.44% | - |
| HSV(B) | 15.35º | 0.56% | 0.6% | - |
| XYZ | 18.03 | 14.6 | 7.34 | - |
| YUV | 106.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 68 | 0 | 0.42 | 0.56 | 0.40 | 15.35 | 0.39 | 0.44 |
| Hex | 9A | 5A | 44 | 0 | 2A | 38 | 28 | F | 27 | 2C |
| Octal | 232 | 132 | 104 | 0 | 52 | 70 | 50 | 17 | 47 | 54 |
| Binary | 10011010 | 1011010 | 1000100 | 0 | 101010 | 111000 | 101000 | 1111 | 100111 | 101100 |
Color Harmonies of #9A5A44
Complementary color
Monochromatic Colors of #9A5A44
Black with #9A5A44
Text Example
Text Example
White with #9A5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5A44; }
p { color: rgb(154,90,68); }
H1.HeaderClassName
{
color: #9A5A44;
}
.AnyTagClassName
{
color: #9A5A44;
}
</style>
background-color css
<style>
a { background-color: #9A5A44; }
a { background-color: rgb(154,90,68); }
div.DivClassName
{
background-color: #9A5A44;
}
.BgClassName
{
background-color: #9A5A44;
}
</style>
border-color css
<style>
span { border-color: #9A5A44; }
span { border-color: rgb(154,90,68); }
td.TdClassName
{
border-color: #9A5A44;
}
.TagClassName
{
border-color: #9A5A44;
}
</style>