Shades of Cioccolato #54392F
Tints of Cioccolato #54392F
RGB
CMYK
RGB Variations
Color information
#54392F (or 0x54392F) is known color: Cioccolato. HEX triplet: 54, 39 and 2F. RGB value is (84,57,47). Sum of RGB (Red+Green+Blue) = 84+57+47=188 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.68% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 84 - color contains mainly: red. Hex color #54392F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54392F is #ABC6D0. Grayscale: #404040. Windows color (decimal): -11257553 or 3094868. OLE color: 3094868.
HSL color Cylindrical-coordinate representation of color #54392F: hue angle of 16.22º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54392F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 57 | 47 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.67 |
| HSL | 16.22º | 0.28% | 0.26% | - |
| HSV(B) | 16.22º | 0.44% | 0.33% | - |
| XYZ | 5.63 | 5.02 | 3.36 | - |
| YUV | 63.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 57 | 47 | 0 | 0.32 | 0.44 | 0.67 | 16.22 | 0.28 | 0.26 |
| Hex | 54 | 39 | 2F | 0 | 20 | 2C | 43 | 10 | 1C | 1A |
| Octal | 124 | 71 | 57 | 0 | 40 | 54 | 103 | 20 | 34 | 32 |
| Binary | 1010100 | 111001 | 101111 | 0 | 100000 | 101100 | 1000011 | 10000 | 11100 | 11010 |
Color Harmonies of #54392F
Complementary color
Monochromatic Colors of #54392F
Black with #54392F
Text Example
Text Example
White with #54392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54392F; }
p { color: rgb(84,57,47); }
H1.HeaderClassName
{
color: #54392F;
}
.AnyTagClassName
{
color: #54392F;
}
</style>
background-color css
<style>
a { background-color: #54392F; }
a { background-color: rgb(84,57,47); }
div.DivClassName
{
background-color: #54392F;
}
.BgClassName
{
background-color: #54392F;
}
</style>
border-color css
<style>
span { border-color: #54392F; }
span { border-color: rgb(84,57,47); }
td.TdClassName
{
border-color: #54392F;
}
.TagClassName
{
border-color: #54392F;
}
</style>