Shades of Deep Bronze #53401F
Tints of Deep Bronze #53401F
RGB
CMYK
RGB Variations
Color information
#53401F (or 0x53401F) is known color: Deep Bronze. HEX triplet: 53, 40 and 1F. RGB value is (83,64,31). Sum of RGB (Red+Green+Blue) = 83+64+31=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53401F is #ACBFE0. Grayscale: #424242. Windows color (decimal): -11321313 or 2048083. OLE color: 2048083.
HSL color Cylindrical-coordinate representation of color #53401F: hue angle of 38.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53401F is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 64 | 31 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.67 |
| HSL | 38.08º | 0.46% | 0.22% | - |
| HSV(B) | 38.08º | 0.63% | 0.33% | - |
| XYZ | 5.65 | 5.6 | 2.08 | - |
| YUV | 65.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 64 | 31 | 0 | 0.23 | 0.63 | 0.67 | 38.08 | 0.46 | 0.22 |
| Hex | 53 | 40 | 1F | 0 | 17 | 3F | 43 | 26 | 2E | 16 |
| Octal | 123 | 100 | 37 | 0 | 27 | 77 | 103 | 46 | 56 | 26 |
| Binary | 1010011 | 1000000 | 11111 | 0 | 10111 | 111111 | 1000011 | 100110 | 101110 | 10110 |
Color Harmonies of #53401F
Complementary color
Monochromatic Colors of #53401F
Black with #53401F
Text Example
Text Example
White with #53401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53401F; }
p { color: rgb(83,64,31); }
H1.HeaderClassName
{
color: #53401F;
}
.AnyTagClassName
{
color: #53401F;
}
</style>
background-color css
<style>
a { background-color: #53401F; }
a { background-color: rgb(83,64,31); }
div.DivClassName
{
background-color: #53401F;
}
.BgClassName
{
background-color: #53401F;
}
</style>
border-color css
<style>
span { border-color: #53401F; }
span { border-color: rgb(83,64,31); }
td.TdClassName
{
border-color: #53401F;
}
.TagClassName
{
border-color: #53401F;
}
</style>