Shades of Bracken #533A24
Tints of Bracken #533A24
RGB
CMYK
RGB Variations
Color information
#533A24 (or 0x533A24) is known color: Bracken. HEX triplet: 53, 3A and 24. RGB value is (83,58,36). Sum of RGB (Red+Green+Blue) = 83+58+36=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #533A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A24 is #ACC5DB. Grayscale: #3F3F3F. Windows color (decimal): -11322844 or 2374227. OLE color: 2374227.
HSL color Cylindrical-coordinate representation of color #533A24: hue angle of 28.09º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533A24 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 36 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.67 |
| HSL | 28.09º | 0.39% | 0.23% | - |
| HSV(B) | 28.09º | 0.57% | 0.33% | - |
| XYZ | 5.4 | 4.99 | 2.35 | - |
| YUV | 62.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 36 | 0 | 0.30 | 0.57 | 0.67 | 28.09 | 0.39 | 0.23 |
| Hex | 53 | 3A | 24 | 0 | 1E | 39 | 43 | 1C | 27 | 17 |
| Octal | 123 | 72 | 44 | 0 | 36 | 71 | 103 | 34 | 47 | 27 |
| Binary | 1010011 | 111010 | 100100 | 0 | 11110 | 111001 | 1000011 | 11100 | 100111 | 10111 |
Color Harmonies of #533A24
Complementary color
Monochromatic Colors of #533A24
Black with #533A24
Text Example
Text Example
White with #533A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A24; }
p { color: rgb(83,58,36); }
H1.HeaderClassName
{
color: #533A24;
}
.AnyTagClassName
{
color: #533A24;
}
</style>
background-color css
<style>
a { background-color: #533A24; }
a { background-color: rgb(83,58,36); }
div.DivClassName
{
background-color: #533A24;
}
.BgClassName
{
background-color: #533A24;
}
</style>
border-color css
<style>
span { border-color: #533A24; }
span { border-color: rgb(83,58,36); }
td.TdClassName
{
border-color: #533A24;
}
.TagClassName
{
border-color: #533A24;
}
</style>