Shades of Bronzetone #424C27
Tints of Bronzetone #424C27
RGB
CMYK
RGB Variations
Color information
#424C27 (or 0x424C27) is known color: Bronzetone. HEX triplet: 42, 4C and 27. RGB value is (66,76,39). Sum of RGB (Red+Green+Blue) = 66+76+39=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #424C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C27 is #BDB3D8. Grayscale: #444444. Windows color (decimal): -12432345 or 2575426. OLE color: 2575426.
HSL color Cylindrical-coordinate representation of color #424C27: hue angle of 76.22º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424C27 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 39 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.70 |
| HSL | 76.22º | 0.32% | 0.23% | - |
| HSV(B) | 76.22º | 0.49% | 0.3% | - |
| XYZ | 5.2 | 6.47 | 2.9 | - |
| YUV | 68.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 39 | 0.13 | 0 | 0.49 | 0.70 | 76.22 | 0.32 | 0.23 |
| Hex | 42 | 4C | 27 | D | 0 | 31 | 46 | 4C | 20 | 17 |
| Octal | 102 | 114 | 47 | 15 | 0 | 61 | 106 | 114 | 40 | 27 |
| Binary | 1000010 | 1001100 | 100111 | 1101 | 0 | 110001 | 1000110 | 1001100 | 100000 | 10111 |
Color Harmonies of #424C27
Complementary color
Monochromatic Colors of #424C27
Black with #424C27
Text Example
Text Example
White with #424C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C27; }
p { color: rgb(66,76,39); }
H1.HeaderClassName
{
color: #424C27;
}
.AnyTagClassName
{
color: #424C27;
}
</style>
background-color css
<style>
a { background-color: #424C27; }
a { background-color: rgb(66,76,39); }
div.DivClassName
{
background-color: #424C27;
}
.BgClassName
{
background-color: #424C27;
}
</style>
border-color css
<style>
span { border-color: #424C27; }
span { border-color: rgb(66,76,39); }
td.TdClassName
{
border-color: #424C27;
}
.TagClassName
{
border-color: #424C27;
}
</style>