Shades of Espresso #452B2B
Tints of Espresso #452B2B
RGB
CMYK
RGB Variations
Color information
#452B2B (or 0x452B2B) is known color: Espresso. HEX triplet: 45, 2B and 2B. RGB value is (69,43,43). Sum of RGB (Red+Green+Blue) = 69+43+43=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #452B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B2B is #BAD4D4. Grayscale: #323232. Windows color (decimal): -12244181 or 2829125. OLE color: 2829125.
HSL color Cylindrical-coordinate representation of color #452B2B: hue angle of 0º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #452B2B is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 43 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.73 |
| HSL | 0º | 0.23% | 0.22% | - |
| HSV(B) | 0º | 0.38% | 0.27% | - |
| XYZ | 3.75 | 3.17 | 2.7 | - |
| YUV | 50.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 43 | 0 | 0.38 | 0.38 | 0.73 | 0 | 0.23 | 0.22 |
| Hex | 45 | 2B | 2B | 0 | 26 | 26 | 49 | 0 | 17 | 16 |
| Octal | 105 | 53 | 53 | 0 | 46 | 46 | 111 | 0 | 27 | 26 |
| Binary | 1000101 | 101011 | 101011 | 0 | 100110 | 100110 | 1001001 | 0 | 10111 | 10110 |
Color Harmonies of #452B2B
Complementary color
Monochromatic Colors of #452B2B
Black with #452B2B
Text Example
Text Example
White with #452B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B2B; }
p { color: rgb(69,43,43); }
H1.HeaderClassName
{
color: #452B2B;
}
.AnyTagClassName
{
color: #452B2B;
}
</style>
background-color css
<style>
a { background-color: #452B2B; }
a { background-color: rgb(69,43,43); }
div.DivClassName
{
background-color: #452B2B;
}
.BgClassName
{
background-color: #452B2B;
}
</style>
border-color css
<style>
span { border-color: #452B2B; }
span { border-color: rgb(69,43,43); }
td.TdClassName
{
border-color: #452B2B;
}
.TagClassName
{
border-color: #452B2B;
}
</style>