Shades of Cioccolato #553A32
Tints of Cioccolato #553A32
RGB
CMYK
RGB Variations
Color information
#553A32 (or 0x553A32) is known color: Cioccolato. HEX triplet: 55, 3A and 32. RGB value is (85,58,50). Sum of RGB (Red+Green+Blue) = 85+58+50=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #553A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553A32 is #AAC5CD. Grayscale: #414141. Windows color (decimal): -11191758 or 3291733. OLE color: 3291733.
HSL color Cylindrical-coordinate representation of color #553A32: hue angle of 13.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553A32 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 50 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.67 |
| HSL | 13.71º | 0.26% | 0.26% | - |
| HSV(B) | 13.71º | 0.41% | 0.33% | - |
| XYZ | 5.84 | 5.19 | 3.71 | - |
| YUV | 65.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 50 | 0 | 0.32 | 0.41 | 0.67 | 13.71 | 0.26 | 0.26 |
| Hex | 55 | 3A | 32 | 0 | 20 | 29 | 43 | E | 1A | 1A |
| Octal | 125 | 72 | 62 | 0 | 40 | 51 | 103 | 16 | 32 | 32 |
| Binary | 1010101 | 111010 | 110010 | 0 | 100000 | 101001 | 1000011 | 1110 | 11010 | 11010 |
Color Harmonies of #553A32
Complementary color
Monochromatic Colors of #553A32
Black with #553A32
Text Example
Text Example
White with #553A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A32; }
p { color: rgb(85,58,50); }
H1.HeaderClassName
{
color: #553A32;
}
.AnyTagClassName
{
color: #553A32;
}
</style>
background-color css
<style>
a { background-color: #553A32; }
a { background-color: rgb(85,58,50); }
div.DivClassName
{
background-color: #553A32;
}
.BgClassName
{
background-color: #553A32;
}
</style>
border-color css
<style>
span { border-color: #553A32; }
span { border-color: rgb(85,58,50); }
td.TdClassName
{
border-color: #553A32;
}
.TagClassName
{
border-color: #553A32;
}
</style>