Shades of Cola #413023
Tints of Cola #413023
RGB
CMYK
RGB Variations
Color information
#413023 (or 0x413023) is known color: Cola. HEX triplet: 41, 30 and 23. RGB value is (65,48,35). Sum of RGB (Red+Green+Blue) = 65+48+35=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #413023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413023 is #BECFDC. Grayscale: #333333. Windows color (decimal): -12505053 or 2306113. OLE color: 2306113.
HSL color Cylindrical-coordinate representation of color #413023: hue angle of 26º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #413023 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 35 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.75 |
| HSL | 26º | 0.3% | 0.2% | - |
| HSV(B) | 26º | 0.46% | 0.25% | - |
| XYZ | 3.54 | 3.36 | 2.05 | - |
| YUV | 51.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 35 | 0 | 0.26 | 0.46 | 0.75 | 26 | 0.3 | 0.2 |
| Hex | 41 | 30 | 23 | 0 | 1A | 2E | 4B | 1A | 1E | 14 |
| Octal | 101 | 60 | 43 | 0 | 32 | 56 | 113 | 32 | 36 | 24 |
| Binary | 1000001 | 110000 | 100011 | 0 | 11010 | 101110 | 1001011 | 11010 | 11110 | 10100 |
Color Harmonies of #413023
Complementary color
Monochromatic Colors of #413023
Black with #413023
Text Example
Text Example
White with #413023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413023; }
p { color: rgb(65,48,35); }
H1.HeaderClassName
{
color: #413023;
}
.AnyTagClassName
{
color: #413023;
}
</style>
background-color css
<style>
a { background-color: #413023; }
a { background-color: rgb(65,48,35); }
div.DivClassName
{
background-color: #413023;
}
.BgClassName
{
background-color: #413023;
}
</style>
border-color css
<style>
span { border-color: #413023; }
span { border-color: rgb(65,48,35); }
td.TdClassName
{
border-color: #413023;
}
.TagClassName
{
border-color: #413023;
}
</style>