Shades of Bronzetone #424B2D
Tints of Bronzetone #424B2D
RGB
CMYK
RGB Variations
Color information
#424B2D (or 0x424B2D) is known color: Bronzetone. HEX triplet: 42, 4B and 2D. RGB value is (66,75,45). Sum of RGB (Red+Green+Blue) = 66+75+45=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #424B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B2D is #BDB4D2. Grayscale: #454545. Windows color (decimal): -12432595 or 2968386. OLE color: 2968386.
HSL color Cylindrical-coordinate representation of color #424B2D: hue angle of 78º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #424B2D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 45 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.71 |
| HSL | 78º | 0.25% | 0.24% | - |
| HSV(B) | 78º | 0.4% | 0.29% | - |
| XYZ | 5.24 | 6.38 | 3.44 | - |
| YUV | 68.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 45 | 0.12 | 0 | 0.40 | 0.71 | 78 | 0.25 | 0.24 |
| Hex | 42 | 4B | 2D | C | 0 | 28 | 47 | 4E | 19 | 18 |
| Octal | 102 | 113 | 55 | 14 | 0 | 50 | 107 | 116 | 31 | 30 |
| Binary | 1000010 | 1001011 | 101101 | 1100 | 0 | 101000 | 1000111 | 1001110 | 11001 | 11000 |
Color Harmonies of #424B2D
Complementary color
Monochromatic Colors of #424B2D
Black with #424B2D
Text Example
Text Example
White with #424B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B2D; }
p { color: rgb(66,75,45); }
H1.HeaderClassName
{
color: #424B2D;
}
.AnyTagClassName
{
color: #424B2D;
}
</style>
background-color css
<style>
a { background-color: #424B2D; }
a { background-color: rgb(66,75,45); }
div.DivClassName
{
background-color: #424B2D;
}
.BgClassName
{
background-color: #424B2D;
}
</style>
border-color css
<style>
span { border-color: #424B2D; }
span { border-color: rgb(66,75,45); }
td.TdClassName
{
border-color: #424B2D;
}
.TagClassName
{
border-color: #424B2D;
}
</style>