Shades of Cola #3A3127
Tints of Cola #3A3127
RGB
CMYK
RGB Variations
Color information
#3A3127 (or 0x3A3127) is known color: Cola. HEX triplet: 3A, 31 and 27. RGB value is (58,49,39). Sum of RGB (Red+Green+Blue) = 58+49+39=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3127 is #C5CED8. Grayscale: #323232. Windows color (decimal): -12963545 or 2568506. OLE color: 2568506.
HSL color Cylindrical-coordinate representation of color #3A3127: hue angle of 31.58º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A3127 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 49 | 39 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.77 |
| HSL | 31.58º | 0.2% | 0.19% | - |
| HSV(B) | 31.58º | 0.33% | 0.23% | - |
| XYZ | 3.21 | 3.24 | 2.38 | - |
| YUV | 50.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 49 | 39 | 0 | 0.16 | 0.33 | 0.77 | 31.58 | 0.2 | 0.19 |
| Hex | 3A | 31 | 27 | 0 | 10 | 21 | 4D | 20 | 14 | 13 |
| Octal | 72 | 61 | 47 | 0 | 20 | 41 | 115 | 40 | 24 | 23 |
| Binary | 111010 | 110001 | 100111 | 0 | 10000 | 100001 | 1001101 | 100000 | 10100 | 10011 |
Color Harmonies of #3A3127
Complementary color
Monochromatic Colors of #3A3127
Black with #3A3127
Text Example
Text Example
White with #3A3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3127; }
p { color: rgb(58,49,39); }
H1.HeaderClassName
{
color: #3A3127;
}
.AnyTagClassName
{
color: #3A3127;
}
</style>
background-color css
<style>
a { background-color: #3A3127; }
a { background-color: rgb(58,49,39); }
div.DivClassName
{
background-color: #3A3127;
}
.BgClassName
{
background-color: #3A3127;
}
</style>
border-color css
<style>
span { border-color: #3A3127; }
span { border-color: rgb(58,49,39); }
td.TdClassName
{
border-color: #3A3127;
}
.TagClassName
{
border-color: #3A3127;
}
</style>