Shades of Cioccolato #553A2D
Tints of Cioccolato #553A2D
RGB
CMYK
RGB Variations
Color information
#553A2D (or 0x553A2D) is known color: Cioccolato. HEX triplet: 55, 3A and 2D. RGB value is (85,58,45). Sum of RGB (Red+Green+Blue) = 85+58+45=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #553A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A2D is #AAC5D2. Grayscale: #404040. Windows color (decimal): -11191763 or 2964053. OLE color: 2964053.
HSL color Cylindrical-coordinate representation of color #553A2D: hue angle of 19.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553A2D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 45 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.67 |
| HSL | 19.5º | 0.31% | 0.25% | - |
| HSV(B) | 19.5º | 0.47% | 0.33% | - |
| XYZ | 5.73 | 5.15 | 3.17 | - |
| YUV | 64.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 45 | 0 | 0.32 | 0.47 | 0.67 | 19.5 | 0.31 | 0.25 |
| Hex | 55 | 3A | 2D | 0 | 20 | 2F | 43 | 14 | 1F | 19 |
| Octal | 125 | 72 | 55 | 0 | 40 | 57 | 103 | 24 | 37 | 31 |
| Binary | 1010101 | 111010 | 101101 | 0 | 100000 | 101111 | 1000011 | 10100 | 11111 | 11001 |
Color Harmonies of #553A2D
Complementary color
Monochromatic Colors of #553A2D
Black with #553A2D
Text Example
Text Example
White with #553A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A2D; }
p { color: rgb(85,58,45); }
H1.HeaderClassName
{
color: #553A2D;
}
.AnyTagClassName
{
color: #553A2D;
}
</style>
background-color css
<style>
a { background-color: #553A2D; }
a { background-color: rgb(85,58,45); }
div.DivClassName
{
background-color: #553A2D;
}
.BgClassName
{
background-color: #553A2D;
}
</style>
border-color css
<style>
span { border-color: #553A2D; }
span { border-color: rgb(85,58,45); }
td.TdClassName
{
border-color: #553A2D;
}
.TagClassName
{
border-color: #553A2D;
}
</style>