Shades of Cola #3A2D20
Tints of Cola #3A2D20
RGB
CMYK
RGB Variations
Color information
#3A2D20 (or 0x3A2D20) is known color: Cola. HEX triplet: 3A, 2D and 20. RGB value is (58,45,32). Sum of RGB (Red+Green+Blue) = 58+45+32=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2D20 is #C5D2DF. Grayscale: #2F2F2F. Windows color (decimal): -12964576 or 2108730. OLE color: 2108730.
HSL color Cylindrical-coordinate representation of color #3A2D20: hue angle of 30º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A2D20 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 45 | 32 | - |
CMYK | 0 | 0.22 | 0.45 | 0.77 |
HSL | 30º | 0.29% | 0.18% | - |
HSV(B) | 30º | 0.45% | 0.23% | - |
XYZ | 2.94 | 2.88 | 1.77 | - |
YUV | 47.41 | 119.31 | 135.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 45 | 32 | 0 | 0.22 | 0.45 | 0.77 | 30 | 0.29 | 0.18 |
Hex | 3A | 2D | 20 | 0 | 16 | 2D | 4D | 1E | 1D | 12 |
Octal | 72 | 55 | 40 | 0 | 26 | 55 | 115 | 36 | 35 | 22 |
Binary | 111010 | 101101 | 100000 | 0 | 10110 | 101101 | 1001101 | 11110 | 11101 | 10010 |
Color Harmonies of #3A2D20
Complementary color
Monochromatic Colors of #3A2D20
Black with #3A2D20
Text Example
Text Example
White with #3A2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D20; }
p { color: rgb(58,45,32); }
H1.HeaderClassName
{
color: #3A2D20;
}
.AnyTagClassName
{
color: #3A2D20;
}
</style>
background-color css
<style>
a { background-color: #3A2D20; }
a { background-color: rgb(58,45,32); }
div.DivClassName
{
background-color: #3A2D20;
}
.BgClassName
{
background-color: #3A2D20;
}
</style>
border-color css
<style>
span { border-color: #3A2D20; }
span { border-color: rgb(58,45,32); }
td.TdClassName
{
border-color: #3A2D20;
}
.TagClassName
{
border-color: #3A2D20;
}
</style>