Shades of Bracken #533A28
Tints of Bracken #533A28
RGB
CMYK
RGB Variations
Color information
#533A28 (or 0x533A28) is known color: Bracken. HEX triplet: 53, 3A and 28. RGB value is (83,58,40). Sum of RGB (Red+Green+Blue) = 83+58+40=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #533A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A28 is #ACC5D7. Grayscale: #3F3F3F. Windows color (decimal): -11322840 or 2636371. OLE color: 2636371.
HSL color Cylindrical-coordinate representation of color #533A28: hue angle of 25.12º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533A28 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 40 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.67 |
| HSL | 25.12º | 0.35% | 0.24% | - |
| HSV(B) | 25.12º | 0.52% | 0.33% | - |
| XYZ | 5.46 | 5.02 | 2.69 | - |
| YUV | 63.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 40 | 0 | 0.30 | 0.52 | 0.67 | 25.12 | 0.35 | 0.24 |
| Hex | 53 | 3A | 28 | 0 | 1E | 34 | 43 | 19 | 23 | 18 |
| Octal | 123 | 72 | 50 | 0 | 36 | 64 | 103 | 31 | 43 | 30 |
| Binary | 1010011 | 111010 | 101000 | 0 | 11110 | 110100 | 1000011 | 11001 | 100011 | 11000 |
Color Harmonies of #533A28
Complementary color
Monochromatic Colors of #533A28
Black with #533A28
Text Example
Text Example
White with #533A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A28; }
p { color: rgb(83,58,40); }
H1.HeaderClassName
{
color: #533A28;
}
.AnyTagClassName
{
color: #533A28;
}
</style>
background-color css
<style>
a { background-color: #533A28; }
a { background-color: rgb(83,58,40); }
div.DivClassName
{
background-color: #533A28;
}
.BgClassName
{
background-color: #533A28;
}
</style>
border-color css
<style>
span { border-color: #533A28; }
span { border-color: rgb(83,58,40); }
td.TdClassName
{
border-color: #533A28;
}
.TagClassName
{
border-color: #533A28;
}
</style>