Shades of Cioccolato #5D3A2F
Tints of Cioccolato #5D3A2F
RGB
CMYK
RGB Variations
Color information
#5D3A2F (or 0x5D3A2F) is known color: Cioccolato. HEX triplet: 5D, 3A and 2F. RGB value is (93,58,47). Sum of RGB (Red+Green+Blue) = 93+58+47=198 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.97% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A2F is #A2C5D0. Grayscale: #434343. Windows color (decimal): -10667473 or 3095133. OLE color: 3095133.
HSL color Cylindrical-coordinate representation of color #5D3A2F: hue angle of 14.35º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D3A2F is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 47 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.64 |
| HSL | 14.35º | 0.33% | 0.27% | - |
| HSV(B) | 14.35º | 0.49% | 0.36% | - |
| XYZ | 6.54 | 5.56 | 3.42 | - |
| YUV | 67.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 47 | 0 | 0.38 | 0.49 | 0.64 | 14.35 | 0.33 | 0.27 |
| Hex | 5D | 3A | 2F | 0 | 26 | 31 | 40 | E | 21 | 1B |
| Octal | 135 | 72 | 57 | 0 | 46 | 61 | 100 | 16 | 41 | 33 |
| Binary | 1011101 | 111010 | 101111 | 0 | 100110 | 110001 | 1000000 | 1110 | 100001 | 11011 |
Color Harmonies of #5D3A2F
Complementary color
Monochromatic Colors of #5D3A2F
Black with #5D3A2F
Text Example
Text Example
White with #5D3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A2F; }
p { color: rgb(93,58,47); }
H1.HeaderClassName
{
color: #5D3A2F;
}
.AnyTagClassName
{
color: #5D3A2F;
}
</style>
background-color css
<style>
a { background-color: #5D3A2F; }
a { background-color: rgb(93,58,47); }
div.DivClassName
{
background-color: #5D3A2F;
}
.BgClassName
{
background-color: #5D3A2F;
}
</style>
border-color css
<style>
span { border-color: #5D3A2F; }
span { border-color: rgb(93,58,47); }
td.TdClassName
{
border-color: #5D3A2F;
}
.TagClassName
{
border-color: #5D3A2F;
}
</style>