Shades of Cola #413222
Tints of Cola #413222
RGB
CMYK
RGB Variations
Color information
#413222 (or 0x413222) is known color: Cola. HEX triplet: 41, 32 and 22. RGB value is (65,50,34). Sum of RGB (Red+Green+Blue) = 65+50+34=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #413222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413222 is #BECDDD. Grayscale: #343434. Windows color (decimal): -12504542 or 2241089. OLE color: 2241089.
HSL color Cylindrical-coordinate representation of color #413222: hue angle of 30.97º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #413222 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 34 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.75 |
| HSL | 30.97º | 0.31% | 0.19% | - |
| HSV(B) | 30.97º | 0.48% | 0.25% | - |
| XYZ | 3.61 | 3.52 | 2 | - |
| YUV | 52.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 34 | 0 | 0.23 | 0.48 | 0.75 | 30.97 | 0.31 | 0.19 |
| Hex | 41 | 32 | 22 | 0 | 17 | 30 | 4B | 1F | 1F | 13 |
| Octal | 101 | 62 | 42 | 0 | 27 | 60 | 113 | 37 | 37 | 23 |
| Binary | 1000001 | 110010 | 100010 | 0 | 10111 | 110000 | 1001011 | 11111 | 11111 | 10011 |
Color Harmonies of #413222
Complementary color
Monochromatic Colors of #413222
Black with #413222
Text Example
Text Example
White with #413222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413222; }
p { color: rgb(65,50,34); }
H1.HeaderClassName
{
color: #413222;
}
.AnyTagClassName
{
color: #413222;
}
</style>
background-color css
<style>
a { background-color: #413222; }
a { background-color: rgb(65,50,34); }
div.DivClassName
{
background-color: #413222;
}
.BgClassName
{
background-color: #413222;
}
</style>
border-color css
<style>
span { border-color: #413222; }
span { border-color: rgb(65,50,34); }
td.TdClassName
{
border-color: #413222;
}
.TagClassName
{
border-color: #413222;
}
</style>