Shades of Espresso #432A2A
Tints of Espresso #432A2A
RGB
CMYK
RGB Variations
Color information
#432A2A (or 0x432A2A) is known color: Espresso. HEX triplet: 43, 2A and 2A. RGB value is (67,42,42). Sum of RGB (Red+Green+Blue) = 67+42+42=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #432A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432A2A is #BCD5D5. Grayscale: #313131. Windows color (decimal): -12375510 or 2763331. OLE color: 2763331.
HSL color Cylindrical-coordinate representation of color #432A2A: hue angle of 0º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #432A2A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 42 | 42 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.74 |
| HSL | 0º | 0.23% | 0.21% | - |
| HSV(B) | 0º | 0.37% | 0.26% | - |
| XYZ | 3.56 | 3.02 | 2.59 | - |
| YUV | 49.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 42 | 0 | 0.37 | 0.37 | 0.74 | 0 | 0.23 | 0.21 |
| Hex | 43 | 2A | 2A | 0 | 25 | 25 | 4A | 0 | 17 | 15 |
| Octal | 103 | 52 | 52 | 0 | 45 | 45 | 112 | 0 | 27 | 25 |
| Binary | 1000011 | 101010 | 101010 | 0 | 100101 | 100101 | 1001010 | 0 | 10111 | 10101 |
Color Harmonies of #432A2A
Complementary color
Monochromatic Colors of #432A2A
Black with #432A2A
Text Example
Text Example
White with #432A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432A2A; }
p { color: rgb(67,42,42); }
H1.HeaderClassName
{
color: #432A2A;
}
.AnyTagClassName
{
color: #432A2A;
}
</style>
background-color css
<style>
a { background-color: #432A2A; }
a { background-color: rgb(67,42,42); }
div.DivClassName
{
background-color: #432A2A;
}
.BgClassName
{
background-color: #432A2A;
}
</style>
border-color css
<style>
span { border-color: #432A2A; }
span { border-color: rgb(67,42,42); }
td.TdClassName
{
border-color: #432A2A;
}
.TagClassName
{
border-color: #432A2A;
}
</style>