Shades of Deep Bronze #4D412A
Tints of Deep Bronze #4D412A
RGB
CMYK
RGB Variations
Color information
#4D412A (or 0x4D412A) is known color: Deep Bronze. HEX triplet: 4D, 41 and 2A. RGB value is (77,65,42). Sum of RGB (Red+Green+Blue) = 77+65+42=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D412A is #B2BED5. Grayscale: #424242. Windows color (decimal): -11714262 or 2769229. OLE color: 2769229.
HSL color Cylindrical-coordinate representation of color #4D412A: hue angle of 39.43º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D412A is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 65 | 42 | - |
CMYK | 0 | 0.16 | 0.45 | 0.70 |
HSL | 39.43º | 0.29% | 0.23% | - |
HSV(B) | 39.43º | 0.45% | 0.3% | - |
XYZ | 5.37 | 5.53 | 2.97 | - |
YUV | 65.97 | 114.48 | 135.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 65 | 42 | 0 | 0.16 | 0.45 | 0.70 | 39.43 | 0.29 | 0.23 |
Hex | 4D | 41 | 2A | 0 | 10 | 2D | 46 | 27 | 1D | 17 |
Octal | 115 | 101 | 52 | 0 | 20 | 55 | 106 | 47 | 35 | 27 |
Binary | 1001101 | 1000001 | 101010 | 0 | 10000 | 101101 | 1000110 | 100111 | 11101 | 10111 |
Color Harmonies of #4D412A
Complementary color
Monochromatic Colors of #4D412A
Black with #4D412A
Text Example
Text Example
White with #4D412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D412A; }
p { color: rgb(77,65,42); }
H1.HeaderClassName
{
color: #4D412A;
}
.AnyTagClassName
{
color: #4D412A;
}
</style>
background-color css
<style>
a { background-color: #4D412A; }
a { background-color: rgb(77,65,42); }
div.DivClassName
{
background-color: #4D412A;
}
.BgClassName
{
background-color: #4D412A;
}
</style>
border-color css
<style>
span { border-color: #4D412A; }
span { border-color: rgb(77,65,42); }
td.TdClassName
{
border-color: #4D412A;
}
.TagClassName
{
border-color: #4D412A;
}
</style>