Shades of Bronzetone #424C23
Tints of Bronzetone #424C23
RGB
CMYK
RGB Variations
Color information
#424C23 (or 0x424C23) is known color: Bronzetone. HEX triplet: 42, 4C and 23. RGB value is (66,76,35). Sum of RGB (Red+Green+Blue) = 66+76+35=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 76 - color contains mainly: green. Hex color #424C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C23 is #BDB3DC. Grayscale: #444444. Windows color (decimal): -12432349 or 2313282. OLE color: 2313282.
HSL color Cylindrical-coordinate representation of color #424C23: hue angle of 74.63º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424C23 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 35 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.70 |
| HSL | 74.63º | 0.37% | 0.22% | - |
| HSV(B) | 74.63º | 0.54% | 0.3% | - |
| XYZ | 5.13 | 6.45 | 2.56 | - |
| YUV | 68.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 35 | 0.13 | 0 | 0.54 | 0.70 | 74.63 | 0.37 | 0.22 |
| Hex | 42 | 4C | 23 | D | 0 | 36 | 46 | 4B | 25 | 16 |
| Octal | 102 | 114 | 43 | 15 | 0 | 66 | 106 | 113 | 45 | 26 |
| Binary | 1000010 | 1001100 | 100011 | 1101 | 0 | 110110 | 1000110 | 1001011 | 100101 | 10110 |
Color Harmonies of #424C23
Complementary color
Monochromatic Colors of #424C23
Black with #424C23
Text Example
Text Example
White with #424C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C23; }
p { color: rgb(66,76,35); }
H1.HeaderClassName
{
color: #424C23;
}
.AnyTagClassName
{
color: #424C23;
}
</style>
background-color css
<style>
a { background-color: #424C23; }
a { background-color: rgb(66,76,35); }
div.DivClassName
{
background-color: #424C23;
}
.BgClassName
{
background-color: #424C23;
}
</style>
border-color css
<style>
span { border-color: #424C23; }
span { border-color: rgb(66,76,35); }
td.TdClassName
{
border-color: #424C23;
}
.TagClassName
{
border-color: #424C23;
}
</style>