Shades of Bronzetone #424E2A
Tints of Bronzetone #424E2A
RGB
CMYK
RGB Variations
Color information
#424E2A (or 0x424E2A) is known color: Bronzetone. HEX triplet: 42, 4E and 2A. RGB value is (66,78,42). Sum of RGB (Red+Green+Blue) = 66+78+42=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #424E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E2A is #BDB1D5. Grayscale: #464646. Windows color (decimal): -12431830 or 2772546. OLE color: 2772546.
HSL color Cylindrical-coordinate representation of color #424E2A: hue angle of 80º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #424E2A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 42 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.69 |
| HSL | 80º | 0.3% | 0.24% | - |
| HSV(B) | 80º | 0.46% | 0.31% | - |
| XYZ | 5.39 | 6.77 | 3.21 | - |
| YUV | 70.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 42 | 0.15 | 0 | 0.46 | 0.69 | 80 | 0.3 | 0.24 |
| Hex | 42 | 4E | 2A | F | 0 | 2E | 45 | 50 | 1E | 18 |
| Octal | 102 | 116 | 52 | 17 | 0 | 56 | 105 | 120 | 36 | 30 |
| Binary | 1000010 | 1001110 | 101010 | 1111 | 0 | 101110 | 1000101 | 1010000 | 11110 | 11000 |
Color Harmonies of #424E2A
Complementary color
Monochromatic Colors of #424E2A
Black with #424E2A
Text Example
Text Example
White with #424E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E2A; }
p { color: rgb(66,78,42); }
H1.HeaderClassName
{
color: #424E2A;
}
.AnyTagClassName
{
color: #424E2A;
}
</style>
background-color css
<style>
a { background-color: #424E2A; }
a { background-color: rgb(66,78,42); }
div.DivClassName
{
background-color: #424E2A;
}
.BgClassName
{
background-color: #424E2A;
}
</style>
border-color css
<style>
span { border-color: #424E2A; }
span { border-color: rgb(66,78,42); }
td.TdClassName
{
border-color: #424E2A;
}
.TagClassName
{
border-color: #424E2A;
}
</style>