Shades of Bracken #533A27
Tints of Bracken #533A27
RGB
CMYK
RGB Variations
Color information
#533A27 (or 0x533A27) is known color: Bracken. HEX triplet: 53, 3A and 27. RGB value is (83,58,39). Sum of RGB (Red+Green+Blue) = 83+58+39=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #533A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A27 is #ACC5D8. Grayscale: #3F3F3F. Windows color (decimal): -11322841 or 2570835. OLE color: 2570835.
HSL color Cylindrical-coordinate representation of color #533A27: hue angle of 25.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #533A27 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 39 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.67 |
| HSL | 25.91º | 0.36% | 0.24% | - |
| HSV(B) | 25.91º | 0.53% | 0.33% | - |
| XYZ | 5.45 | 5.01 | 2.6 | - |
| YUV | 63.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 39 | 0 | 0.30 | 0.53 | 0.67 | 25.91 | 0.36 | 0.24 |
| Hex | 53 | 3A | 27 | 0 | 1E | 35 | 43 | 1A | 24 | 18 |
| Octal | 123 | 72 | 47 | 0 | 36 | 65 | 103 | 32 | 44 | 30 |
| Binary | 1010011 | 111010 | 100111 | 0 | 11110 | 110101 | 1000011 | 11010 | 100100 | 11000 |
Color Harmonies of #533A27
Complementary color
Monochromatic Colors of #533A27
Black with #533A27
Text Example
Text Example
White with #533A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A27; }
p { color: rgb(83,58,39); }
H1.HeaderClassName
{
color: #533A27;
}
.AnyTagClassName
{
color: #533A27;
}
</style>
background-color css
<style>
a { background-color: #533A27; }
a { background-color: rgb(83,58,39); }
div.DivClassName
{
background-color: #533A27;
}
.BgClassName
{
background-color: #533A27;
}
</style>
border-color css
<style>
span { border-color: #533A27; }
span { border-color: rgb(83,58,39); }
td.TdClassName
{
border-color: #533A27;
}
.TagClassName
{
border-color: #533A27;
}
</style>