Shades of Bronzetone #41482C
Tints of Bronzetone #41482C
RGB
CMYK
RGB Variations
Color information
#41482C (or 0x41482C) is known color: Bronzetone. HEX triplet: 41, 48 and 2C. RGB value is (65,72,44). Sum of RGB (Red+Green+Blue) = 65+72+44=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #41482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41482C is #BEB7D3. Grayscale: #424242. Windows color (decimal): -12498900 or 2902081. OLE color: 2902081.
HSL color Cylindrical-coordinate representation of color #41482C: hue angle of 75º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41482C is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 72 | 44 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.72 |
| HSL | 75º | 0.24% | 0.23% | - |
| HSV(B) | 75º | 0.39% | 0.28% | - |
| XYZ | 4.95 | 5.94 | 3.27 | - |
| YUV | 66.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 44 | 0.10 | 0 | 0.39 | 0.72 | 75 | 0.24 | 0.23 |
| Hex | 41 | 48 | 2C | A | 0 | 27 | 48 | 4B | 18 | 17 |
| Octal | 101 | 110 | 54 | 12 | 0 | 47 | 110 | 113 | 30 | 27 |
| Binary | 1000001 | 1001000 | 101100 | 1010 | 0 | 100111 | 1001000 | 1001011 | 11000 | 10111 |
Color Harmonies of #41482C
Complementary color
Monochromatic Colors of #41482C
Black with #41482C
Text Example
Text Example
White with #41482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41482C; }
p { color: rgb(65,72,44); }
H1.HeaderClassName
{
color: #41482C;
}
.AnyTagClassName
{
color: #41482C;
}
</style>
background-color css
<style>
a { background-color: #41482C; }
a { background-color: rgb(65,72,44); }
div.DivClassName
{
background-color: #41482C;
}
.BgClassName
{
background-color: #41482C;
}
</style>
border-color css
<style>
span { border-color: #41482C; }
span { border-color: rgb(65,72,44); }
td.TdClassName
{
border-color: #41482C;
}
.TagClassName
{
border-color: #41482C;
}
</style>