Shades of Bracken #533A25
Tints of Bracken #533A25
RGB
CMYK
RGB Variations
Color information
#533A25 (or 0x533A25) is known color: Bracken. HEX triplet: 53, 3A and 25. RGB value is (83,58,37). Sum of RGB (Red+Green+Blue) = 83+58+37=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #533A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A25 is #ACC5DA. Grayscale: #3F3F3F. Windows color (decimal): -11322843 or 2439763. OLE color: 2439763.
HSL color Cylindrical-coordinate representation of color #533A25: hue angle of 27.39º 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 #533A25 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 37 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.67 |
| HSL | 27.39º | 0.38% | 0.24% | - |
| HSV(B) | 27.39º | 0.55% | 0.33% | - |
| XYZ | 5.41 | 5 | 2.43 | - |
| YUV | 63.08 | 113.28 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 37 | 0 | 0.30 | 0.55 | 0.67 | 27.39 | 0.38 | 0.24 |
| Hex | 53 | 3A | 25 | 0 | 1E | 37 | 43 | 1B | 26 | 18 |
| Octal | 123 | 72 | 45 | 0 | 36 | 67 | 103 | 33 | 46 | 30 |
| Binary | 1010011 | 111010 | 100101 | 0 | 11110 | 110111 | 1000011 | 11011 | 100110 | 11000 |
Color Harmonies of #533A25
Complementary color
Monochromatic Colors of #533A25
Black with #533A25
Text Example
Text Example
White with #533A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A25; }
p { color: rgb(83,58,37); }
H1.HeaderClassName
{
color: #533A25;
}
.AnyTagClassName
{
color: #533A25;
}
</style>
background-color css
<style>
a { background-color: #533A25; }
a { background-color: rgb(83,58,37); }
div.DivClassName
{
background-color: #533A25;
}
.BgClassName
{
background-color: #533A25;
}
</style>
border-color css
<style>
span { border-color: #533A25; }
span { border-color: rgb(83,58,37); }
td.TdClassName
{
border-color: #533A25;
}
.TagClassName
{
border-color: #533A25;
}
</style>