Shades of Sepia #935A45
Tints of Sepia #935A45
RGB
CMYK
RGB Variations
Color information
#935A45 (or 0x935A45) is known color: Sepia. HEX triplet: 93, 5A and 45. RGB value is (147,90,69). Sum of RGB (Red+Green+Blue) = 147+90+69=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #935A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935A45 is #6CA5BA. Grayscale: #686868. Windows color (decimal): -7120315 or 4545171. OLE color: 4545171.
HSL color Cylindrical-coordinate representation of color #935A45: hue angle of 16.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #935A45 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 69 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.42 |
| HSL | 16.15º | 0.36% | 0.42% | - |
| HSV(B) | 16.15º | 0.53% | 0.58% | - |
| XYZ | 16.76 | 13.95 | 7.44 | - |
| YUV | 104.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 69 | 0 | 0.39 | 0.53 | 0.42 | 16.15 | 0.36 | 0.42 |
| Hex | 93 | 5A | 45 | 0 | 27 | 35 | 2A | 10 | 24 | 2A |
| Octal | 223 | 132 | 105 | 0 | 47 | 65 | 52 | 20 | 44 | 52 |
| Binary | 10010011 | 1011010 | 1000101 | 0 | 100111 | 110101 | 101010 | 10000 | 100100 | 101010 |
Color Harmonies of #935A45
Complementary color
Monochromatic Colors of #935A45
Black with #935A45
Text Example
Text Example
White with #935A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A45; }
p { color: rgb(147,90,69); }
H1.HeaderClassName
{
color: #935A45;
}
.AnyTagClassName
{
color: #935A45;
}
</style>
background-color css
<style>
a { background-color: #935A45; }
a { background-color: rgb(147,90,69); }
div.DivClassName
{
background-color: #935A45;
}
.BgClassName
{
background-color: #935A45;
}
</style>
border-color css
<style>
span { border-color: #935A45; }
span { border-color: rgb(147,90,69); }
td.TdClassName
{
border-color: #935A45;
}
.TagClassName
{
border-color: #935A45;
}
</style>