Shades of Cioccolato #5D3A2B
Tints of Cioccolato #5D3A2B
RGB
CMYK
RGB Variations
Color information
#5D3A2B (or 0x5D3A2B) is known color: Cioccolato. HEX triplet: 5D, 3A and 2B. RGB value is (93,58,43). Sum of RGB (Red+Green+Blue) = 93+58+43=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A2B is #A2C5D4. Grayscale: #424242. Windows color (decimal): -10667477 or 2832989. OLE color: 2832989.
HSL color Cylindrical-coordinate representation of color #5D3A2B: hue angle of 18º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D3A2B is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
RGB | 93 | 58 | 43 | - |
CMYK | 0 | 0.38 | 0.54 | 0.64 |
HSL | 18º | 0.37% | 0.27% | - |
HSV(B) | 18º | 0.54% | 0.36% | - |
XYZ | 6.46 | 5.53 | 3.01 | - |
YUV | 66.76 | 114.6 | 146.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 93 | 58 | 43 | 0 | 0.38 | 0.54 | 0.64 | 18 | 0.37 | 0.27 |
Hex | 5D | 3A | 2B | 0 | 26 | 36 | 40 | 12 | 25 | 1B |
Octal | 135 | 72 | 53 | 0 | 46 | 66 | 100 | 22 | 45 | 33 |
Binary | 1011101 | 111010 | 101011 | 0 | 100110 | 110110 | 1000000 | 10010 | 100101 | 11011 |
Color Harmonies of #5D3A2B
Complementary color
Monochromatic Colors of #5D3A2B
Black with #5D3A2B
Text Example
Text Example
White with #5D3A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A2B; }
p { color: rgb(93,58,43); }
H1.HeaderClassName
{
color: #5D3A2B;
}
.AnyTagClassName
{
color: #5D3A2B;
}
</style>
background-color css
<style>
a { background-color: #5D3A2B; }
a { background-color: rgb(93,58,43); }
div.DivClassName
{
background-color: #5D3A2B;
}
.BgClassName
{
background-color: #5D3A2B;
}
</style>
border-color css
<style>
span { border-color: #5D3A2B; }
span { border-color: rgb(93,58,43); }
td.TdClassName
{
border-color: #5D3A2B;
}
.TagClassName
{
border-color: #5D3A2B;
}
</style>