Shades of Cioccolato #5A3B33
Tints of Cioccolato #5A3B33
RGB
CMYK
RGB Variations
Color information
#5A3B33 (or 0x5A3B33) is known color: Cioccolato. HEX triplet: 5A, 3B and 33. RGB value is (90,59,51). Sum of RGB (Red+Green+Blue) = 90+59+51=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B33 is #A5C4CC. Grayscale: #434343. Windows color (decimal): -10863821 or 3357530. OLE color: 3357530.
HSL color Cylindrical-coordinate representation of color #5A3B33: hue angle of 12.31º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A3B33 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 51 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.65 |
| HSL | 12.31º | 0.28% | 0.28% | - |
| HSV(B) | 12.31º | 0.43% | 0.35% | - |
| XYZ | 6.38 | 5.54 | 3.87 | - |
| YUV | 67.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 51 | 0 | 0.34 | 0.43 | 0.65 | 12.31 | 0.28 | 0.28 |
| Hex | 5A | 3B | 33 | 0 | 22 | 2B | 41 | C | 1C | 1C |
| Octal | 132 | 73 | 63 | 0 | 42 | 53 | 101 | 14 | 34 | 34 |
| Binary | 1011010 | 111011 | 110011 | 0 | 100010 | 101011 | 1000001 | 1100 | 11100 | 11100 |
Color Harmonies of #5A3B33
Complementary color
Monochromatic Colors of #5A3B33
Black with #5A3B33
Text Example
Text Example
White with #5A3B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B33; }
p { color: rgb(90,59,51); }
H1.HeaderClassName
{
color: #5A3B33;
}
.AnyTagClassName
{
color: #5A3B33;
}
</style>
background-color css
<style>
a { background-color: #5A3B33; }
a { background-color: rgb(90,59,51); }
div.DivClassName
{
background-color: #5A3B33;
}
.BgClassName
{
background-color: #5A3B33;
}
</style>
border-color css
<style>
span { border-color: #5A3B33; }
span { border-color: rgb(90,59,51); }
td.TdClassName
{
border-color: #5A3B33;
}
.TagClassName
{
border-color: #5A3B33;
}
</style>