Shades of Deep Bronze #533F1F
Tints of Deep Bronze #533F1F
RGB
CMYK
RGB Variations
Color information
#533F1F (or 0x533F1F) is known color: Deep Bronze. HEX triplet: 53, 3F and 1F. RGB value is (83,63,31). Sum of RGB (Red+Green+Blue) = 83+63+31=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #533F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533F1F is #ACC0E0. Grayscale: #414141. Windows color (decimal): -11321569 or 2047827. OLE color: 2047827.
HSL color Cylindrical-coordinate representation of color #533F1F: hue angle of 36.92º 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 #533F1F is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 63 | 31 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.67 |
| HSL | 36.92º | 0.46% | 0.22% | - |
| HSV(B) | 36.92º | 0.63% | 0.33% | - |
| XYZ | 5.59 | 5.49 | 2.06 | - |
| YUV | 65.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 63 | 31 | 0 | 0.24 | 0.63 | 0.67 | 36.92 | 0.46 | 0.22 |
| Hex | 53 | 3F | 1F | 0 | 18 | 3F | 43 | 25 | 2E | 16 |
| Octal | 123 | 77 | 37 | 0 | 30 | 77 | 103 | 45 | 56 | 26 |
| Binary | 1010011 | 111111 | 11111 | 0 | 11000 | 111111 | 1000011 | 100101 | 101110 | 10110 |
Color Harmonies of #533F1F
Complementary color
Monochromatic Colors of #533F1F
Black with #533F1F
Text Example
Text Example
White with #533F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533F1F; }
p { color: rgb(83,63,31); }
H1.HeaderClassName
{
color: #533F1F;
}
.AnyTagClassName
{
color: #533F1F;
}
</style>
background-color css
<style>
a { background-color: #533F1F; }
a { background-color: rgb(83,63,31); }
div.DivClassName
{
background-color: #533F1F;
}
.BgClassName
{
background-color: #533F1F;
}
</style>
border-color css
<style>
span { border-color: #533F1F; }
span { border-color: rgb(83,63,31); }
td.TdClassName
{
border-color: #533F1F;
}
.TagClassName
{
border-color: #533F1F;
}
</style>