Shades of Sepia #945B45
Tints of Sepia #945B45
RGB
CMYK
RGB Variations
Color information
#945B45 (or 0x945B45) is known color: Sepia. HEX triplet: 94, 5B and 45. RGB value is (148,91,69). Sum of RGB (Red+Green+Blue) = 148+91+69=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #945B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B45 is #6BA4BA. Grayscale: #696969. Windows color (decimal): -7054523 or 4545428. OLE color: 4545428.
HSL color Cylindrical-coordinate representation of color #945B45: hue angle of 16.71º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #945B45 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 69 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.42 |
| HSL | 16.71º | 0.36% | 0.43% | - |
| HSV(B) | 16.71º | 0.53% | 0.58% | - |
| XYZ | 17.03 | 14.21 | 7.48 | - |
| YUV | 105.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 69 | 0 | 0.39 | 0.53 | 0.42 | 16.71 | 0.36 | 0.43 |
| Hex | 94 | 5B | 45 | 0 | 27 | 35 | 2A | 11 | 24 | 2B |
| Octal | 224 | 133 | 105 | 0 | 47 | 65 | 52 | 21 | 44 | 53 |
| Binary | 10010100 | 1011011 | 1000101 | 0 | 100111 | 110101 | 101010 | 10001 | 100100 | 101011 |
Color Harmonies of #945B45
Complementary color
Monochromatic Colors of #945B45
Black with #945B45
Text Example
Text Example
White with #945B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B45; }
p { color: rgb(148,91,69); }
H1.HeaderClassName
{
color: #945B45;
}
.AnyTagClassName
{
color: #945B45;
}
</style>
background-color css
<style>
a { background-color: #945B45; }
a { background-color: rgb(148,91,69); }
div.DivClassName
{
background-color: #945B45;
}
.BgClassName
{
background-color: #945B45;
}
</style>
border-color css
<style>
span { border-color: #945B45; }
span { border-color: rgb(148,91,69); }
td.TdClassName
{
border-color: #945B45;
}
.TagClassName
{
border-color: #945B45;
}
</style>