Shades of Sepia #97533C
Tints of Sepia #97533C
RGB
CMYK
RGB Variations
Color information
#97533C (or 0x97533C) is known color: Sepia. HEX triplet: 97, 53 and 3C. RGB value is (151,83,60). Sum of RGB (Red+Green+Blue) = 151+83+60=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97533C is #68ACC3. Grayscale: #646464. Windows color (decimal): -6859972 or 3953559. OLE color: 3953559.
HSL color Cylindrical-coordinate representation of color #97533C: hue angle of 15.16º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97533C is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 83 | 60 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.41 |
| HSL | 15.16º | 0.43% | 0.41% | - |
| HSV(B) | 15.16º | 0.6% | 0.59% | - |
| XYZ | 16.67 | 13.09 | 5.92 | - |
| YUV | 100.71 | 105.03 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 83 | 60 | 0 | 0.45 | 0.60 | 0.41 | 15.16 | 0.43 | 0.41 |
| Hex | 97 | 53 | 3C | 0 | 2D | 3C | 29 | F | 2B | 29 |
| Octal | 227 | 123 | 74 | 0 | 55 | 74 | 51 | 17 | 53 | 51 |
| Binary | 10010111 | 1010011 | 111100 | 0 | 101101 | 111100 | 101001 | 1111 | 101011 | 101001 |
Color Harmonies of #97533C
Complementary color
Monochromatic Colors of #97533C
Black with #97533C
Text Example
Text Example
White with #97533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97533C; }
p { color: rgb(151,83,60); }
H1.HeaderClassName
{
color: #97533C;
}
.AnyTagClassName
{
color: #97533C;
}
</style>
background-color css
<style>
a { background-color: #97533C; }
a { background-color: rgb(151,83,60); }
div.DivClassName
{
background-color: #97533C;
}
.BgClassName
{
background-color: #97533C;
}
</style>
border-color css
<style>
span { border-color: #97533C; }
span { border-color: rgb(151,83,60); }
td.TdClassName
{
border-color: #97533C;
}
.TagClassName
{
border-color: #97533C;
}
</style>