Shades of Cioccolato #553A30
Tints of Cioccolato #553A30
RGB
CMYK
RGB Variations
Color information
#553A30 (or 0x553A30) is known color: Cioccolato. HEX triplet: 55, 3A and 30. RGB value is (85,58,48). Sum of RGB (Red+Green+Blue) = 85+58+48=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #553A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A30 is #AAC5CF. Grayscale: #414141. Windows color (decimal): -11191760 or 3160661. OLE color: 3160661.
HSL color Cylindrical-coordinate representation of color #553A30: 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 #553A30 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 48 | - |
| 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.79 | 5.17 | 3.49 | - |
| YUV | 64.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 48 | 0 | 0.32 | 0.44 | 0.67 | 16.22 | 0.28 | 0.26 |
| Hex | 55 | 3A | 30 | 0 | 20 | 2C | 43 | 10 | 1C | 1A |
| Octal | 125 | 72 | 60 | 0 | 40 | 54 | 103 | 20 | 34 | 32 |
| Binary | 1010101 | 111010 | 110000 | 0 | 100000 | 101100 | 1000011 | 10000 | 11100 | 11010 |
Color Harmonies of #553A30
Complementary color
Monochromatic Colors of #553A30
Black with #553A30
Text Example
Text Example
White with #553A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A30; }
p { color: rgb(85,58,48); }
H1.HeaderClassName
{
color: #553A30;
}
.AnyTagClassName
{
color: #553A30;
}
</style>
background-color css
<style>
a { background-color: #553A30; }
a { background-color: rgb(85,58,48); }
div.DivClassName
{
background-color: #553A30;
}
.BgClassName
{
background-color: #553A30;
}
</style>
border-color css
<style>
span { border-color: #553A30; }
span { border-color: rgb(85,58,48); }
td.TdClassName
{
border-color: #553A30;
}
.TagClassName
{
border-color: #553A30;
}
</style>