Shades of Bronzetone #424B2B
Tints of Bronzetone #424B2B
RGB
CMYK
RGB Variations
Color information
#424B2B (or 0x424B2B) is known color: Bronzetone. HEX triplet: 42, 4B and 2B. RGB value is (66,75,43). Sum of RGB (Red+Green+Blue) = 66+75+43=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #424B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B2B is #BDB4D4. Grayscale: #444444. Windows color (decimal): -12432597 or 2837314. OLE color: 2837314.
HSL color Cylindrical-coordinate representation of color #424B2B: hue angle of 76.88º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #424B2B is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 43 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.71 |
| HSL | 76.88º | 0.27% | 0.23% | - |
| HSV(B) | 76.88º | 0.43% | 0.29% | - |
| XYZ | 5.2 | 6.36 | 3.24 | - |
| YUV | 68.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 43 | 0.12 | 0 | 0.43 | 0.71 | 76.88 | 0.27 | 0.23 |
| Hex | 42 | 4B | 2B | C | 0 | 2B | 47 | 4D | 1B | 17 |
| Octal | 102 | 113 | 53 | 14 | 0 | 53 | 107 | 115 | 33 | 27 |
| Binary | 1000010 | 1001011 | 101011 | 1100 | 0 | 101011 | 1000111 | 1001101 | 11011 | 10111 |
Color Harmonies of #424B2B
Complementary color
Monochromatic Colors of #424B2B
Black with #424B2B
Text Example
Text Example
White with #424B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B2B; }
p { color: rgb(66,75,43); }
H1.HeaderClassName
{
color: #424B2B;
}
.AnyTagClassName
{
color: #424B2B;
}
</style>
background-color css
<style>
a { background-color: #424B2B; }
a { background-color: rgb(66,75,43); }
div.DivClassName
{
background-color: #424B2B;
}
.BgClassName
{
background-color: #424B2B;
}
</style>
border-color css
<style>
span { border-color: #424B2B; }
span { border-color: rgb(66,75,43); }
td.TdClassName
{
border-color: #424B2B;
}
.TagClassName
{
border-color: #424B2B;
}
</style>