Shades of Cioccolato #553B33
Tints of Cioccolato #553B33
RGB
CMYK
RGB Variations
Color information
#553B33 (or 0x553B33) is known color: Cioccolato. HEX triplet: 55, 3B and 33. RGB value is (85,59,51). Sum of RGB (Red+Green+Blue) = 85+59+51=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #553B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553B33 is #AAC4CC. Grayscale: #414141. Windows color (decimal): -11191501 or 3357525. OLE color: 3357525.
HSL color Cylindrical-coordinate representation of color #553B33: hue angle of 14.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #553B33 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 59 | 51 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.67 |
| HSL | 14.12º | 0.25% | 0.27% | - |
| HSV(B) | 14.12º | 0.4% | 0.33% | - |
| XYZ | 5.91 | 5.3 | 3.84 | - |
| YUV | 65.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 59 | 51 | 0 | 0.31 | 0.40 | 0.67 | 14.12 | 0.25 | 0.27 |
| Hex | 55 | 3B | 33 | 0 | 1F | 28 | 43 | E | 19 | 1B |
| Octal | 125 | 73 | 63 | 0 | 37 | 50 | 103 | 16 | 31 | 33 |
| Binary | 1010101 | 111011 | 110011 | 0 | 11111 | 101000 | 1000011 | 1110 | 11001 | 11011 |
Color Harmonies of #553B33
Complementary color
Monochromatic Colors of #553B33
Black with #553B33
Text Example
Text Example
White with #553B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553B33; }
p { color: rgb(85,59,51); }
H1.HeaderClassName
{
color: #553B33;
}
.AnyTagClassName
{
color: #553B33;
}
</style>
background-color css
<style>
a { background-color: #553B33; }
a { background-color: rgb(85,59,51); }
div.DivClassName
{
background-color: #553B33;
}
.BgClassName
{
background-color: #553B33;
}
</style>
border-color css
<style>
span { border-color: #553B33; }
span { border-color: rgb(85,59,51); }
td.TdClassName
{
border-color: #553B33;
}
.TagClassName
{
border-color: #553B33;
}
</style>