Shades of Bracken #533B2B
Tints of Bracken #533B2B
RGB
CMYK
RGB Variations
Color information
#533B2B (or 0x533B2B) is known color: Bracken. HEX triplet: 53, 3B and 2B. RGB value is (83,59,43). Sum of RGB (Red+Green+Blue) = 83+59+43=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B2B is #ACC4D4. Grayscale: #404040. Windows color (decimal): -11322581 or 2833235. OLE color: 2833235.
HSL color Cylindrical-coordinate representation of color #533B2B: hue angle of 24º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #533B2B is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 43 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.67 |
| HSL | 24º | 0.32% | 0.25% | - |
| HSV(B) | 24º | 0.48% | 0.33% | - |
| XYZ | 5.57 | 5.14 | 2.98 | - |
| YUV | 64.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 43 | 0 | 0.29 | 0.48 | 0.67 | 24 | 0.32 | 0.25 |
| Hex | 53 | 3B | 2B | 0 | 1D | 30 | 43 | 18 | 20 | 19 |
| Octal | 123 | 73 | 53 | 0 | 35 | 60 | 103 | 30 | 40 | 31 |
| Binary | 1010011 | 111011 | 101011 | 0 | 11101 | 110000 | 1000011 | 11000 | 100000 | 11001 |
Color Harmonies of #533B2B
Complementary color
Monochromatic Colors of #533B2B
Black with #533B2B
Text Example
Text Example
White with #533B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B2B; }
p { color: rgb(83,59,43); }
H1.HeaderClassName
{
color: #533B2B;
}
.AnyTagClassName
{
color: #533B2B;
}
</style>
background-color css
<style>
a { background-color: #533B2B; }
a { background-color: rgb(83,59,43); }
div.DivClassName
{
background-color: #533B2B;
}
.BgClassName
{
background-color: #533B2B;
}
</style>
border-color css
<style>
span { border-color: #533B2B; }
span { border-color: rgb(83,59,43); }
td.TdClassName
{
border-color: #533B2B;
}
.TagClassName
{
border-color: #533B2B;
}
</style>