Shades of Bronzetone #434B32
Tints of Bronzetone #434B32
RGB
CMYK
RGB Variations
Color information
#434B32 (or 0x434B32) is known color: Bronzetone. HEX triplet: 43, 4B and 32. RGB value is (67,75,50). Sum of RGB (Red+Green+Blue) = 67+75+50=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #434B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B32 is #BCB4CD. Grayscale: #454545. Windows color (decimal): -12367054 or 3296067. OLE color: 3296067.
HSL color Cylindrical-coordinate representation of color #434B32: hue angle of 79.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #434B32 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 75 | 50 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.71 |
| HSL | 79.2º | 0.2% | 0.25% | - |
| HSV(B) | 79.2º | 0.33% | 0.29% | - |
| XYZ | 5.41 | 6.46 | 3.98 | - |
| YUV | 69.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 50 | 0.11 | 0 | 0.33 | 0.71 | 79.2 | 0.2 | 0.25 |
| Hex | 43 | 4B | 32 | B | 0 | 21 | 47 | 4F | 14 | 19 |
| Octal | 103 | 113 | 62 | 13 | 0 | 41 | 107 | 117 | 24 | 31 |
| Binary | 1000011 | 1001011 | 110010 | 1011 | 0 | 100001 | 1000111 | 1001111 | 10100 | 11001 |
Color Harmonies of #434B32
Complementary color
Monochromatic Colors of #434B32
Black with #434B32
Text Example
Text Example
White with #434B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B32; }
p { color: rgb(67,75,50); }
H1.HeaderClassName
{
color: #434B32;
}
.AnyTagClassName
{
color: #434B32;
}
</style>
background-color css
<style>
a { background-color: #434B32; }
a { background-color: rgb(67,75,50); }
div.DivClassName
{
background-color: #434B32;
}
.BgClassName
{
background-color: #434B32;
}
</style>
border-color css
<style>
span { border-color: #434B32; }
span { border-color: rgb(67,75,50); }
td.TdClassName
{
border-color: #434B32;
}
.TagClassName
{
border-color: #434B32;
}
</style>