Shades of Caput Mortuum #4B2722
Tints of Caput Mortuum #4B2722
RGB
CMYK
RGB Variations
Color information
#4B2722 (or 0x4B2722) is known color: Caput Mortuum. HEX triplet: 4B, 27 and 22. RGB value is (75,39,34). Sum of RGB (Red+Green+Blue) = 75+39+34=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2722 is #B4D8DD. Grayscale: #313131. Windows color (decimal): -11851998 or 2238283. OLE color: 2238283.
HSL color Cylindrical-coordinate representation of color #4B2722: hue angle of 7.32º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2722 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 39 | 34 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.71 |
| HSL | 7.32º | 0.38% | 0.21% | - |
| HSV(B) | 7.32º | 0.55% | 0.29% | - |
| XYZ | 3.92 | 3.06 | 1.9 | - |
| YUV | 49.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 34 | 0 | 0.48 | 0.55 | 0.71 | 7.32 | 0.38 | 0.21 |
| Hex | 4B | 27 | 22 | 0 | 30 | 37 | 47 | 7 | 26 | 15 |
| Octal | 113 | 47 | 42 | 0 | 60 | 67 | 107 | 7 | 46 | 25 |
| Binary | 1001011 | 100111 | 100010 | 0 | 110000 | 110111 | 1000111 | 111 | 100110 | 10101 |
Color Harmonies of #4B2722
Complementary color
Monochromatic Colors of #4B2722
Black with #4B2722
Text Example
Text Example
White with #4B2722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2722; }
p { color: rgb(75,39,34); }
H1.HeaderClassName
{
color: #4B2722;
}
.AnyTagClassName
{
color: #4B2722;
}
</style>
background-color css
<style>
a { background-color: #4B2722; }
a { background-color: rgb(75,39,34); }
div.DivClassName
{
background-color: #4B2722;
}
.BgClassName
{
background-color: #4B2722;
}
</style>
border-color css
<style>
span { border-color: #4B2722; }
span { border-color: rgb(75,39,34); }
td.TdClassName
{
border-color: #4B2722;
}
.TagClassName
{
border-color: #4B2722;
}
</style>