Shades of Bronzetone #454B24
Tints of Bronzetone #454B24
RGB
CMYK
RGB Variations
Color information
#454B24 (or 0x454B24) is known color: Bronzetone. HEX triplet: 45, 4B and 24. RGB value is (69,75,36). Sum of RGB (Red+Green+Blue) = 69+75+36=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 75 - color contains mainly: green. Hex color #454B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454B24 is #BAB4DB. Grayscale: #444444. Windows color (decimal): -12235996 or 2378565. OLE color: 2378565.
HSL color Cylindrical-coordinate representation of color #454B24: hue angle of 69.23º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #454B24 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 75 | 36 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.71 |
| HSL | 69.23º | 0.35% | 0.22% | - |
| HSV(B) | 69.23º | 0.52% | 0.29% | - |
| XYZ | 5.29 | 6.42 | 2.63 | - |
| YUV | 68.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 36 | 0.08 | 0 | 0.52 | 0.71 | 69.23 | 0.35 | 0.22 |
| Hex | 45 | 4B | 24 | 8 | 0 | 34 | 47 | 45 | 23 | 16 |
| Octal | 105 | 113 | 44 | 10 | 0 | 64 | 107 | 105 | 43 | 26 |
| Binary | 1000101 | 1001011 | 100100 | 1000 | 0 | 110100 | 1000111 | 1000101 | 100011 | 10110 |
Color Harmonies of #454B24
Complementary color
Monochromatic Colors of #454B24
Black with #454B24
Text Example
Text Example
White with #454B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B24; }
p { color: rgb(69,75,36); }
H1.HeaderClassName
{
color: #454B24;
}
.AnyTagClassName
{
color: #454B24;
}
</style>
background-color css
<style>
a { background-color: #454B24; }
a { background-color: rgb(69,75,36); }
div.DivClassName
{
background-color: #454B24;
}
.BgClassName
{
background-color: #454B24;
}
</style>
border-color css
<style>
span { border-color: #454B24; }
span { border-color: rgb(69,75,36); }
td.TdClassName
{
border-color: #454B24;
}
.TagClassName
{
border-color: #454B24;
}
</style>