Shades of Deep Bronze #533D25
Tints of Deep Bronze #533D25
RGB
CMYK
RGB Variations
Color information
#533D25 (or 0x533D25) is known color: Deep Bronze. HEX triplet: 53, 3D and 25. RGB value is (83,61,37). Sum of RGB (Red+Green+Blue) = 83+61+37=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #533D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D25 is #ACC2DA. Grayscale: #404040. Windows color (decimal): -11322075 or 2440531. OLE color: 2440531.
HSL color Cylindrical-coordinate representation of color #533D25: hue angle of 31.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533D25 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 37 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.67 |
| HSL | 31.3º | 0.38% | 0.24% | - |
| HSV(B) | 31.3º | 0.55% | 0.33% | - |
| XYZ | 5.57 | 5.31 | 2.48 | - |
| YUV | 64.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 37 | 0 | 0.27 | 0.55 | 0.67 | 31.3 | 0.38 | 0.24 |
| Hex | 53 | 3D | 25 | 0 | 1B | 37 | 43 | 1F | 26 | 18 |
| Octal | 123 | 75 | 45 | 0 | 33 | 67 | 103 | 37 | 46 | 30 |
| Binary | 1010011 | 111101 | 100101 | 0 | 11011 | 110111 | 1000011 | 11111 | 100110 | 11000 |
Color Harmonies of #533D25
Complementary color
Monochromatic Colors of #533D25
Black with #533D25
Text Example
Text Example
White with #533D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D25; }
p { color: rgb(83,61,37); }
H1.HeaderClassName
{
color: #533D25;
}
.AnyTagClassName
{
color: #533D25;
}
</style>
background-color css
<style>
a { background-color: #533D25; }
a { background-color: rgb(83,61,37); }
div.DivClassName
{
background-color: #533D25;
}
.BgClassName
{
background-color: #533D25;
}
</style>
border-color css
<style>
span { border-color: #533D25; }
span { border-color: rgb(83,61,37); }
td.TdClassName
{
border-color: #533D25;
}
.TagClassName
{
border-color: #533D25;
}
</style>