Shades of Cola #403223
Tints of Cola #403223
RGB
CMYK
RGB Variations
Color information
#403223 (or 0x403223) is known color: Cola. HEX triplet: 40, 32 and 23. RGB value is (64,50,35). Sum of RGB (Red+Green+Blue) = 64+50+35=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 64 - color contains mainly: red. Hex color #403223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403223 is #BFCDDC. Grayscale: #343434. Windows color (decimal): -12570077 or 2306624. OLE color: 2306624.
HSL color Cylindrical-coordinate representation of color #403223: hue angle of 31.03º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #403223 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 50 | 35 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.75 |
| HSL | 31.03º | 0.29% | 0.19% | - |
| HSV(B) | 31.03º | 0.45% | 0.25% | - |
| XYZ | 3.56 | 3.49 | 2.08 | - |
| YUV | 52.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 35 | 0 | 0.22 | 0.45 | 0.75 | 31.03 | 0.29 | 0.19 |
| Hex | 40 | 32 | 23 | 0 | 16 | 2D | 4B | 1F | 1D | 13 |
| Octal | 100 | 62 | 43 | 0 | 26 | 55 | 113 | 37 | 35 | 23 |
| Binary | 1000000 | 110010 | 100011 | 0 | 10110 | 101101 | 1001011 | 11111 | 11101 | 10011 |
Color Harmonies of #403223
Complementary color
Monochromatic Colors of #403223
Black with #403223
Text Example
Text Example
White with #403223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403223; }
p { color: rgb(64,50,35); }
H1.HeaderClassName
{
color: #403223;
}
.AnyTagClassName
{
color: #403223;
}
</style>
background-color css
<style>
a { background-color: #403223; }
a { background-color: rgb(64,50,35); }
div.DivClassName
{
background-color: #403223;
}
.BgClassName
{
background-color: #403223;
}
</style>
border-color css
<style>
span { border-color: #403223; }
span { border-color: rgb(64,50,35); }
td.TdClassName
{
border-color: #403223;
}
.TagClassName
{
border-color: #403223;
}
</style>