Shades of Bronzetone #414B2C
Tints of Bronzetone #414B2C
RGB
CMYK
RGB Variations
Color information
#414B2C (or 0x414B2C) is known color: Bronzetone. HEX triplet: 41, 4B and 2C. RGB value is (65,75,44). Sum of RGB (Red+Green+Blue) = 65+75+44=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #414B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B2C is #BEB4D3. Grayscale: #444444. Windows color (decimal): -12498132 or 2902849. OLE color: 2902849.
HSL color Cylindrical-coordinate representation of color #414B2C: hue angle of 79.35º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #414B2C is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 44 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.71 |
| HSL | 79.35º | 0.26% | 0.23% | - |
| HSV(B) | 79.35º | 0.41% | 0.29% | - |
| XYZ | 5.15 | 6.34 | 3.33 | - |
| YUV | 68.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 44 | 0.13 | 0 | 0.41 | 0.71 | 79.35 | 0.26 | 0.23 |
| Hex | 41 | 4B | 2C | D | 0 | 29 | 47 | 4F | 1A | 17 |
| Octal | 101 | 113 | 54 | 15 | 0 | 51 | 107 | 117 | 32 | 27 |
| Binary | 1000001 | 1001011 | 101100 | 1101 | 0 | 101001 | 1000111 | 1001111 | 11010 | 10111 |
Color Harmonies of #414B2C
Complementary color
Monochromatic Colors of #414B2C
Black with #414B2C
Text Example
Text Example
White with #414B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B2C; }
p { color: rgb(65,75,44); }
H1.HeaderClassName
{
color: #414B2C;
}
.AnyTagClassName
{
color: #414B2C;
}
</style>
background-color css
<style>
a { background-color: #414B2C; }
a { background-color: rgb(65,75,44); }
div.DivClassName
{
background-color: #414B2C;
}
.BgClassName
{
background-color: #414B2C;
}
</style>
border-color css
<style>
span { border-color: #414B2C; }
span { border-color: rgb(65,75,44); }
td.TdClassName
{
border-color: #414B2C;
}
.TagClassName
{
border-color: #414B2C;
}
</style>