Shades of Deep Bronze #55402A
Tints of Deep Bronze #55402A
RGB
CMYK
RGB Variations
Color information
#55402A (or 0x55402A) is known color: Deep Bronze. HEX triplet: 55, 40 and 2A. RGB value is (85,64,42). Sum of RGB (Red+Green+Blue) = 85+64+42=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 42 (16.80% from 255 or 21.99% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #55402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55402A is #AABFD5. Grayscale: #434343. Windows color (decimal): -11190230 or 2768981. OLE color: 2768981.
HSL color Cylindrical-coordinate representation of color #55402A: hue angle of 30.7º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55402A is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 64 | 42 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.67 |
| HSL | 30.7º | 0.34% | 0.25% | - |
| HSV(B) | 30.7º | 0.51% | 0.33% | - |
| XYZ | 6 | 5.77 | 2.99 | - |
| YUV | 67.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 42 | 0 | 0.25 | 0.51 | 0.67 | 30.7 | 0.34 | 0.25 |
| Hex | 55 | 40 | 2A | 0 | 19 | 33 | 43 | 1F | 22 | 19 |
| Octal | 125 | 100 | 52 | 0 | 31 | 63 | 103 | 37 | 42 | 31 |
| Binary | 1010101 | 1000000 | 101010 | 0 | 11001 | 110011 | 1000011 | 11111 | 100010 | 11001 |
Color Harmonies of #55402A
Complementary color
Monochromatic Colors of #55402A
Black with #55402A
Text Example
Text Example
White with #55402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55402A; }
p { color: rgb(85,64,42); }
H1.HeaderClassName
{
color: #55402A;
}
.AnyTagClassName
{
color: #55402A;
}
</style>
background-color css
<style>
a { background-color: #55402A; }
a { background-color: rgb(85,64,42); }
div.DivClassName
{
background-color: #55402A;
}
.BgClassName
{
background-color: #55402A;
}
</style>
border-color css
<style>
span { border-color: #55402A; }
span { border-color: rgb(85,64,42); }
td.TdClassName
{
border-color: #55402A;
}
.TagClassName
{
border-color: #55402A;
}
</style>