Shades of Sepia #975A42
Tints of Sepia #975A42
RGB
CMYK
RGB Variations
Color information
#975A42 (or 0x975A42) is known color: Sepia. HEX triplet: 97, 5A and 42. RGB value is (151,90,66). Sum of RGB (Red+Green+Blue) = 151+90+66=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #975A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #975A42 is #68A5BD. Grayscale: #696969. Windows color (decimal): -6858174 or 4348567. OLE color: 4348567.
HSL color Cylindrical-coordinate representation of color #975A42: hue angle of 16.94º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #975A42 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 90 | 66 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.41 |
| HSL | 16.94º | 0.39% | 0.43% | - |
| HSV(B) | 16.94º | 0.56% | 0.59% | - |
| XYZ | 17.4 | 14.28 | 6.99 | - |
| YUV | 105.5 | 105.71 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 66 | 0 | 0.40 | 0.56 | 0.41 | 16.94 | 0.39 | 0.43 |
| Hex | 97 | 5A | 42 | 0 | 28 | 38 | 29 | 11 | 27 | 2B |
| Octal | 227 | 132 | 102 | 0 | 50 | 70 | 51 | 21 | 47 | 53 |
| Binary | 10010111 | 1011010 | 1000010 | 0 | 101000 | 111000 | 101001 | 10001 | 100111 | 101011 |
Color Harmonies of #975A42
Complementary color
Monochromatic Colors of #975A42
Black with #975A42
Text Example
Text Example
White with #975A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975A42; }
p { color: rgb(151,90,66); }
H1.HeaderClassName
{
color: #975A42;
}
.AnyTagClassName
{
color: #975A42;
}
</style>
background-color css
<style>
a { background-color: #975A42; }
a { background-color: rgb(151,90,66); }
div.DivClassName
{
background-color: #975A42;
}
.BgClassName
{
background-color: #975A42;
}
</style>
border-color css
<style>
span { border-color: #975A42; }
span { border-color: rgb(151,90,66); }
td.TdClassName
{
border-color: #975A42;
}
.TagClassName
{
border-color: #975A42;
}
</style>