Shades of Cola #3F3222
Tints of Cola #3F3222
RGB
CMYK
RGB Variations
Color information
#3F3222 (or 0x3F3222) is known color: Cola. HEX triplet: 3F, 32 and 22. RGB value is (63,50,34). Sum of RGB (Red+Green+Blue) = 63+50+34=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3222 is #C0CDDD. Grayscale: #343434. Windows color (decimal): -12635614 or 2241087. OLE color: 2241087.
HSL color Cylindrical-coordinate representation of color #3F3222: hue angle of 33.1º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3222 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 34 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.75 |
| HSL | 33.1º | 0.3% | 0.19% | - |
| HSV(B) | 33.1º | 0.46% | 0.25% | - |
| XYZ | 3.48 | 3.45 | 2 | - |
| YUV | 52.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 34 | 0 | 0.21 | 0.46 | 0.75 | 33.1 | 0.3 | 0.19 |
| Hex | 3F | 32 | 22 | 0 | 15 | 2E | 4B | 21 | 1E | 13 |
| Octal | 77 | 62 | 42 | 0 | 25 | 56 | 113 | 41 | 36 | 23 |
| Binary | 111111 | 110010 | 100010 | 0 | 10101 | 101110 | 1001011 | 100001 | 11110 | 10011 |
Color Harmonies of #3F3222
Complementary color
Monochromatic Colors of #3F3222
Black with #3F3222
Text Example
Text Example
White with #3F3222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3222; }
p { color: rgb(63,50,34); }
H1.HeaderClassName
{
color: #3F3222;
}
.AnyTagClassName
{
color: #3F3222;
}
</style>
background-color css
<style>
a { background-color: #3F3222; }
a { background-color: rgb(63,50,34); }
div.DivClassName
{
background-color: #3F3222;
}
.BgClassName
{
background-color: #3F3222;
}
</style>
border-color css
<style>
span { border-color: #3F3222; }
span { border-color: rgb(63,50,34); }
td.TdClassName
{
border-color: #3F3222;
}
.TagClassName
{
border-color: #3F3222;
}
</style>