Shades of Cola #43301E
Tints of Cola #43301E
RGB
CMYK
RGB Variations
Color information
#43301E (or 0x43301E) is known color: Cola. HEX triplet: 43, 30 and 1E. RGB value is (67,48,30). Sum of RGB (Red+Green+Blue) = 67+48+30=145 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.21% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 67 - color contains mainly: red. Hex color #43301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43301E is #BCCFE1. Grayscale: #333333. Windows color (decimal): -12373986 or 1978435. OLE color: 1978435.
HSL color Cylindrical-coordinate representation of color #43301E: hue angle of 29.19º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43301E is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 48 | 30 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.74 |
| HSL | 29.19º | 0.38% | 0.19% | - |
| HSV(B) | 29.19º | 0.55% | 0.26% | - |
| XYZ | 3.61 | 3.4 | 1.69 | - |
| YUV | 51.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 30 | 0 | 0.28 | 0.55 | 0.74 | 29.19 | 0.38 | 0.19 |
| Hex | 43 | 30 | 1E | 0 | 1C | 37 | 4A | 1D | 26 | 13 |
| Octal | 103 | 60 | 36 | 0 | 34 | 67 | 112 | 35 | 46 | 23 |
| Binary | 1000011 | 110000 | 11110 | 0 | 11100 | 110111 | 1001010 | 11101 | 100110 | 10011 |
Color Harmonies of #43301E
Complementary color
Monochromatic Colors of #43301E
Black with #43301E
Text Example
Text Example
White with #43301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43301E; }
p { color: rgb(67,48,30); }
H1.HeaderClassName
{
color: #43301E;
}
.AnyTagClassName
{
color: #43301E;
}
</style>
background-color css
<style>
a { background-color: #43301E; }
a { background-color: rgb(67,48,30); }
div.DivClassName
{
background-color: #43301E;
}
.BgClassName
{
background-color: #43301E;
}
</style>
border-color css
<style>
span { border-color: #43301E; }
span { border-color: rgb(67,48,30); }
td.TdClassName
{
border-color: #43301E;
}
.TagClassName
{
border-color: #43301E;
}
</style>