Shades of Espresso #533430
Tints of Espresso #533430
RGB
CMYK
RGB Variations
Color information
#533430 (or 0x533430) is known color: Espresso. HEX triplet: 53, 34 and 30. RGB value is (83,52,48). Sum of RGB (Red+Green+Blue) = 83+52+48=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 48 (19.14% from 255 or 26.23% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #533430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533430 is #ACCBCF. Grayscale: #3C3C3C. Windows color (decimal): -11324368 or 3159123. OLE color: 3159123.
HSL color Cylindrical-coordinate representation of color #533430: hue angle of 6.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533430 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 48 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.67 |
| HSL | 6.86º | 0.27% | 0.26% | - |
| HSV(B) | 6.86º | 0.42% | 0.33% | - |
| XYZ | 5.33 | 4.51 | 3.39 | - |
| YUV | 60.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 48 | 0 | 0.37 | 0.42 | 0.67 | 6.86 | 0.27 | 0.26 |
| Hex | 53 | 34 | 30 | 0 | 25 | 2A | 43 | 7 | 1B | 1A |
| Octal | 123 | 64 | 60 | 0 | 45 | 52 | 103 | 7 | 33 | 32 |
| Binary | 1010011 | 110100 | 110000 | 0 | 100101 | 101010 | 1000011 | 111 | 11011 | 11010 |
Color Harmonies of #533430
Complementary color
Monochromatic Colors of #533430
Black with #533430
Text Example
Text Example
White with #533430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533430; }
p { color: rgb(83,52,48); }
H1.HeaderClassName
{
color: #533430;
}
.AnyTagClassName
{
color: #533430;
}
</style>
background-color css
<style>
a { background-color: #533430; }
a { background-color: rgb(83,52,48); }
div.DivClassName
{
background-color: #533430;
}
.BgClassName
{
background-color: #533430;
}
</style>
border-color css
<style>
span { border-color: #533430; }
span { border-color: rgb(83,52,48); }
td.TdClassName
{
border-color: #533430;
}
.TagClassName
{
border-color: #533430;
}
</style>