Shades of Deep Bronze #533E1F
Tints of Deep Bronze #533E1F
RGB
CMYK
RGB Variations
Color information
#533E1F (or 0x533E1F) is known color: Deep Bronze. HEX triplet: 53, 3E and 1F. RGB value is (83,62,31). Sum of RGB (Red+Green+Blue) = 83+62+31=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 62 (24.61% from 255 or 35.23% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #533E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533E1F is #ACC1E0. Grayscale: #404040. Windows color (decimal): -11321825 or 2047571. OLE color: 2047571.
HSL color Cylindrical-coordinate representation of color #533E1F: hue angle of 35.77º 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 #533E1F is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 62 | 31 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.67 |
| HSL | 35.77º | 0.46% | 0.22% | - |
| HSV(B) | 35.77º | 0.63% | 0.33% | - |
| XYZ | 5.54 | 5.38 | 2.04 | - |
| YUV | 64.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 62 | 31 | 0 | 0.25 | 0.63 | 0.67 | 35.77 | 0.46 | 0.22 |
| Hex | 53 | 3E | 1F | 0 | 19 | 3F | 43 | 24 | 2E | 16 |
| Octal | 123 | 76 | 37 | 0 | 31 | 77 | 103 | 44 | 56 | 26 |
| Binary | 1010011 | 111110 | 11111 | 0 | 11001 | 111111 | 1000011 | 100100 | 101110 | 10110 |
Color Harmonies of #533E1F
Complementary color
Monochromatic Colors of #533E1F
Black with #533E1F
Text Example
Text Example
White with #533E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533E1F; }
p { color: rgb(83,62,31); }
H1.HeaderClassName
{
color: #533E1F;
}
.AnyTagClassName
{
color: #533E1F;
}
</style>
background-color css
<style>
a { background-color: #533E1F; }
a { background-color: rgb(83,62,31); }
div.DivClassName
{
background-color: #533E1F;
}
.BgClassName
{
background-color: #533E1F;
}
</style>
border-color css
<style>
span { border-color: #533E1F; }
span { border-color: rgb(83,62,31); }
td.TdClassName
{
border-color: #533E1F;
}
.TagClassName
{
border-color: #533E1F;
}
</style>