Shades of Cioccolato #5A3A2D
Tints of Cioccolato #5A3A2D
RGB
CMYK
RGB Variations
Color information
#5A3A2D (or 0x5A3A2D) is known color: Cioccolato. HEX triplet: 5A, 3A and 2D. RGB value is (90,58,45). Sum of RGB (Red+Green+Blue) = 90+58+45=193 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.63% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3A2D is #A5C5D2. Grayscale: #424242. Windows color (decimal): -10864083 or 2964058. OLE color: 2964058.
HSL color Cylindrical-coordinate representation of color #5A3A2D: hue angle of 17.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A3A2D is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 58 | 45 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.65 |
| HSL | 17.33º | 0.33% | 0.26% | - |
| HSV(B) | 17.33º | 0.5% | 0.35% | - |
| XYZ | 6.2 | 5.39 | 3.2 | - |
| YUV | 66.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 58 | 45 | 0 | 0.36 | 0.50 | 0.65 | 17.33 | 0.33 | 0.26 |
| Hex | 5A | 3A | 2D | 0 | 24 | 32 | 41 | 11 | 21 | 1A |
| Octal | 132 | 72 | 55 | 0 | 44 | 62 | 101 | 21 | 41 | 32 |
| Binary | 1011010 | 111010 | 101101 | 0 | 100100 | 110010 | 1000001 | 10001 | 100001 | 11010 |
Color Harmonies of #5A3A2D
Complementary color
Monochromatic Colors of #5A3A2D
Black with #5A3A2D
Text Example
Text Example
White with #5A3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3A2D; }
p { color: rgb(90,58,45); }
H1.HeaderClassName
{
color: #5A3A2D;
}
.AnyTagClassName
{
color: #5A3A2D;
}
</style>
background-color css
<style>
a { background-color: #5A3A2D; }
a { background-color: rgb(90,58,45); }
div.DivClassName
{
background-color: #5A3A2D;
}
.BgClassName
{
background-color: #5A3A2D;
}
</style>
border-color css
<style>
span { border-color: #5A3A2D; }
span { border-color: rgb(90,58,45); }
td.TdClassName
{
border-color: #5A3A2D;
}
.TagClassName
{
border-color: #5A3A2D;
}
</style>