Shades of Deep Bronze #4B402C
Tints of Deep Bronze #4B402C
RGB
CMYK
RGB Variations
Color information
#4B402C (or 0x4B402C) is known color: Deep Bronze. HEX triplet: 4B, 40 and 2C. RGB value is (75,64,44). Sum of RGB (Red+Green+Blue) = 75+64+44=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B402C is #B4BFD3. Grayscale: #414141. Windows color (decimal): -11845588 or 2900043. OLE color: 2900043.
HSL color Cylindrical-coordinate representation of color #4B402C: hue angle of 38.71º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B402C is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 64 | 44 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.71 |
| HSL | 38.71º | 0.26% | 0.23% | - |
| HSV(B) | 38.71º | 0.41% | 0.29% | - |
| XYZ | 5.19 | 5.34 | 3.14 | - |
| YUV | 65.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 44 | 0 | 0.15 | 0.41 | 0.71 | 38.71 | 0.26 | 0.23 |
| Hex | 4B | 40 | 2C | 0 | F | 29 | 47 | 27 | 1A | 17 |
| Octal | 113 | 100 | 54 | 0 | 17 | 51 | 107 | 47 | 32 | 27 |
| Binary | 1001011 | 1000000 | 101100 | 0 | 1111 | 101001 | 1000111 | 100111 | 11010 | 10111 |
Color Harmonies of #4B402C
Complementary color
Monochromatic Colors of #4B402C
Black with #4B402C
Text Example
Text Example
White with #4B402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B402C; }
p { color: rgb(75,64,44); }
H1.HeaderClassName
{
color: #4B402C;
}
.AnyTagClassName
{
color: #4B402C;
}
</style>
background-color css
<style>
a { background-color: #4B402C; }
a { background-color: rgb(75,64,44); }
div.DivClassName
{
background-color: #4B402C;
}
.BgClassName
{
background-color: #4B402C;
}
</style>
border-color css
<style>
span { border-color: #4B402C; }
span { border-color: rgb(75,64,44); }
td.TdClassName
{
border-color: #4B402C;
}
.TagClassName
{
border-color: #4B402C;
}
</style>