Shades of Bracken #533B2D
Tints of Bracken #533B2D
RGB
CMYK
RGB Variations
Color information
#533B2D (or 0x533B2D) is known color: Bracken. HEX triplet: 53, 3B and 2D. RGB value is (83,59,45). Sum of RGB (Red+Green+Blue) = 83+59+45=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #533B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B2D is #ACC4D2. Grayscale: #404040. Windows color (decimal): -11322579 or 2964307. OLE color: 2964307.
HSL color Cylindrical-coordinate representation of color #533B2D: hue angle of 22.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533B2D is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 45 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.67 |
| HSL | 22.11º | 0.3% | 0.25% | - |
| HSV(B) | 22.11º | 0.46% | 0.33% | - |
| XYZ | 5.6 | 5.16 | 3.18 | - |
| YUV | 64.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 45 | 0 | 0.29 | 0.46 | 0.67 | 22.11 | 0.3 | 0.25 |
| Hex | 53 | 3B | 2D | 0 | 1D | 2E | 43 | 16 | 1E | 19 |
| Octal | 123 | 73 | 55 | 0 | 35 | 56 | 103 | 26 | 36 | 31 |
| Binary | 1010011 | 111011 | 101101 | 0 | 11101 | 101110 | 1000011 | 10110 | 11110 | 11001 |
Color Harmonies of #533B2D
Complementary color
Monochromatic Colors of #533B2D
Black with #533B2D
Text Example
Text Example
White with #533B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B2D; }
p { color: rgb(83,59,45); }
H1.HeaderClassName
{
color: #533B2D;
}
.AnyTagClassName
{
color: #533B2D;
}
</style>
background-color css
<style>
a { background-color: #533B2D; }
a { background-color: rgb(83,59,45); }
div.DivClassName
{
background-color: #533B2D;
}
.BgClassName
{
background-color: #533B2D;
}
</style>
border-color css
<style>
span { border-color: #533B2D; }
span { border-color: rgb(83,59,45); }
td.TdClassName
{
border-color: #533B2D;
}
.TagClassName
{
border-color: #533B2D;
}
</style>