Shades of Cioccolato #5E3C2D
Tints of Cioccolato #5E3C2D
RGB
CMYK
RGB Variations
Color information
#5E3C2D (or 0x5E3C2D) is known color: Cioccolato. HEX triplet: 5E, 3C and 2D. RGB value is (94,60,45). Sum of RGB (Red+Green+Blue) = 94+60+45=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3C2D is #A1C3D2. Grayscale: #444444. Windows color (decimal): -10601427 or 2964574. OLE color: 2964574.
HSL color Cylindrical-coordinate representation of color #5E3C2D: hue angle of 18.37º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5E3C2D is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 60 | 45 | - |
CMYK | 0 | 0.36 | 0.52 | 0.63 |
HSL | 18.37º | 0.35% | 0.27% | - |
HSV(B) | 18.37º | 0.52% | 0.37% | - |
XYZ | 6.71 | 5.8 | 3.25 | - |
YUV | 68.46 | 114.76 | 146.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 60 | 45 | 0 | 0.36 | 0.52 | 0.63 | 18.37 | 0.35 | 0.27 |
Hex | 5E | 3C | 2D | 0 | 24 | 34 | 3F | 12 | 23 | 1B |
Octal | 136 | 74 | 55 | 0 | 44 | 64 | 77 | 22 | 43 | 33 |
Binary | 1011110 | 111100 | 101101 | 0 | 100100 | 110100 | 111111 | 10010 | 100011 | 11011 |
Color Harmonies of #5E3C2D
Complementary color
Monochromatic Colors of #5E3C2D
Black with #5E3C2D
Text Example
Text Example
White with #5E3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3C2D; }
p { color: rgb(94,60,45); }
H1.HeaderClassName
{
color: #5E3C2D;
}
.AnyTagClassName
{
color: #5E3C2D;
}
</style>
background-color css
<style>
a { background-color: #5E3C2D; }
a { background-color: rgb(94,60,45); }
div.DivClassName
{
background-color: #5E3C2D;
}
.BgClassName
{
background-color: #5E3C2D;
}
</style>
border-color css
<style>
span { border-color: #5E3C2D; }
span { border-color: rgb(94,60,45); }
td.TdClassName
{
border-color: #5E3C2D;
}
.TagClassName
{
border-color: #5E3C2D;
}
</style>