Shades of Cioccolato #553B32
Tints of Cioccolato #553B32
RGB
CMYK
RGB Variations
Color information
#553B32 (or 0x553B32) is known color: Cioccolato. HEX triplet: 55, 3B and 32. RGB value is (85,59,50). Sum of RGB (Red+Green+Blue) = 85+59+50=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #553B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B32 is #AAC4CD. Grayscale: #414141. Windows color (decimal): -11191502 or 3291989. OLE color: 3291989.
HSL color Cylindrical-coordinate representation of color #553B32: hue angle of 15.43º 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 #553B32 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 50 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.67 |
| HSL | 15.43º | 0.26% | 0.26% | - |
| HSV(B) | 15.43º | 0.41% | 0.33% | - |
| XYZ | 5.89 | 5.29 | 3.73 | - |
| YUV | 65.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 50 | 0 | 0.31 | 0.41 | 0.67 | 15.43 | 0.26 | 0.26 |
| Hex | 55 | 3B | 32 | 0 | 1F | 29 | 43 | F | 1A | 1A |
| Octal | 125 | 73 | 62 | 0 | 37 | 51 | 103 | 17 | 32 | 32 |
| Binary | 1010101 | 111011 | 110010 | 0 | 11111 | 101001 | 1000011 | 1111 | 11010 | 11010 |
Color Harmonies of #553B32
Complementary color
Monochromatic Colors of #553B32
Black with #553B32
Text Example
Text Example
White with #553B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B32; }
p { color: rgb(85,59,50); }
H1.HeaderClassName
{
color: #553B32;
}
.AnyTagClassName
{
color: #553B32;
}
</style>
background-color css
<style>
a { background-color: #553B32; }
a { background-color: rgb(85,59,50); }
div.DivClassName
{
background-color: #553B32;
}
.BgClassName
{
background-color: #553B32;
}
</style>
border-color css
<style>
span { border-color: #553B32; }
span { border-color: rgb(85,59,50); }
td.TdClassName
{
border-color: #553B32;
}
.TagClassName
{
border-color: #553B32;
}
</style>