Shades of Sepia #945B43
Tints of Sepia #945B43
RGB
CMYK
RGB Variations
Color information
#945B43 (or 0x945B43) is known color: Sepia. HEX triplet: 94, 5B and 43. RGB value is (148,91,67). Sum of RGB (Red+Green+Blue) = 148+91+67=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #945B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #945B43 is #6BA4BC. Grayscale: #696969. Windows color (decimal): -7054525 or 4414356. OLE color: 4414356.
HSL color Cylindrical-coordinate representation of color #945B43: hue angle of 17.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945B43 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 91 | 67 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.42 |
| HSL | 17.78º | 0.38% | 0.42% | - |
| HSV(B) | 17.78º | 0.55% | 0.58% | - |
| XYZ | 16.97 | 14.18 | 7.15 | - |
| YUV | 105.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 67 | 0 | 0.39 | 0.55 | 0.42 | 17.78 | 0.38 | 0.42 |
| Hex | 94 | 5B | 43 | 0 | 27 | 37 | 2A | 12 | 26 | 2A |
| Octal | 224 | 133 | 103 | 0 | 47 | 67 | 52 | 22 | 46 | 52 |
| Binary | 10010100 | 1011011 | 1000011 | 0 | 100111 | 110111 | 101010 | 10010 | 100110 | 101010 |
Color Harmonies of #945B43
Complementary color
Monochromatic Colors of #945B43
Black with #945B43
Text Example
Text Example
White with #945B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945B43; }
p { color: rgb(148,91,67); }
H1.HeaderClassName
{
color: #945B43;
}
.AnyTagClassName
{
color: #945B43;
}
</style>
background-color css
<style>
a { background-color: #945B43; }
a { background-color: rgb(148,91,67); }
div.DivClassName
{
background-color: #945B43;
}
.BgClassName
{
background-color: #945B43;
}
</style>
border-color css
<style>
span { border-color: #945B43; }
span { border-color: rgb(148,91,67); }
td.TdClassName
{
border-color: #945B43;
}
.TagClassName
{
border-color: #945B43;
}
</style>