Shades of Cola #423120
Tints of Cola #423120
RGB
CMYK
RGB Variations
Color information
#423120 (or 0x423120) is known color: Cola. HEX triplet: 42, 31 and 20. RGB value is (66,49,32). Sum of RGB (Red+Green+Blue) = 66+49+32=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #423120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423120 is #BDCEDF. Grayscale: #343434. Windows color (decimal): -12439264 or 2109762. OLE color: 2109762.
HSL color Cylindrical-coordinate representation of color #423120: hue angle of 30º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #423120 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 49 | 32 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.74 |
| HSL | 30º | 0.35% | 0.19% | - |
| HSV(B) | 30º | 0.52% | 0.26% | - |
| XYZ | 3.61 | 3.46 | 1.84 | - |
| YUV | 52.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 32 | 0 | 0.26 | 0.52 | 0.74 | 30 | 0.35 | 0.19 |
| Hex | 42 | 31 | 20 | 0 | 1A | 34 | 4A | 1E | 23 | 13 |
| Octal | 102 | 61 | 40 | 0 | 32 | 64 | 112 | 36 | 43 | 23 |
| Binary | 1000010 | 110001 | 100000 | 0 | 11010 | 110100 | 1001010 | 11110 | 100011 | 10011 |
Color Harmonies of #423120
Complementary color
Monochromatic Colors of #423120
Black with #423120
Text Example
Text Example
White with #423120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423120; }
p { color: rgb(66,49,32); }
H1.HeaderClassName
{
color: #423120;
}
.AnyTagClassName
{
color: #423120;
}
</style>
background-color css
<style>
a { background-color: #423120; }
a { background-color: rgb(66,49,32); }
div.DivClassName
{
background-color: #423120;
}
.BgClassName
{
background-color: #423120;
}
</style>
border-color css
<style>
span { border-color: #423120; }
span { border-color: rgb(66,49,32); }
td.TdClassName
{
border-color: #423120;
}
.TagClassName
{
border-color: #423120;
}
</style>