Shades of Cola #433021
Tints of Cola #433021
RGB
CMYK
RGB Variations
Color information
#433021 (or 0x433021) is known color: Cola. HEX triplet: 43, 30 and 21. RGB value is (67,48,33). Sum of RGB (Red+Green+Blue) = 67+48+33=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #433021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433021 is #BCCFDE. Grayscale: #343434. Windows color (decimal): -12373983 or 2175043. OLE color: 2175043.
HSL color Cylindrical-coordinate representation of color #433021: hue angle of 26.47º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #433021 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 48 | 33 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.74 |
| HSL | 26.47º | 0.34% | 0.2% | - |
| HSV(B) | 26.47º | 0.51% | 0.26% | - |
| XYZ | 3.65 | 3.42 | 1.91 | - |
| YUV | 51.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 33 | 0 | 0.28 | 0.51 | 0.74 | 26.47 | 0.34 | 0.2 |
| Hex | 43 | 30 | 21 | 0 | 1C | 33 | 4A | 1A | 22 | 14 |
| Octal | 103 | 60 | 41 | 0 | 34 | 63 | 112 | 32 | 42 | 24 |
| Binary | 1000011 | 110000 | 100001 | 0 | 11100 | 110011 | 1001010 | 11010 | 100010 | 10100 |
Color Harmonies of #433021
Complementary color
Monochromatic Colors of #433021
Black with #433021
Text Example
Text Example
White with #433021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433021; }
p { color: rgb(67,48,33); }
H1.HeaderClassName
{
color: #433021;
}
.AnyTagClassName
{
color: #433021;
}
</style>
background-color css
<style>
a { background-color: #433021; }
a { background-color: rgb(67,48,33); }
div.DivClassName
{
background-color: #433021;
}
.BgClassName
{
background-color: #433021;
}
</style>
border-color css
<style>
span { border-color: #433021; }
span { border-color: rgb(67,48,33); }
td.TdClassName
{
border-color: #433021;
}
.TagClassName
{
border-color: #433021;
}
</style>