Shades of Bracken #533C2D
Tints of Bracken #533C2D
RGB
CMYK
RGB Variations
Color information
#533C2D (or 0x533C2D) is known color: Bracken. HEX triplet: 53, 3C and 2D. RGB value is (83,60,45). Sum of RGB (Red+Green+Blue) = 83+60+45=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C2D is #ACC3D2. Grayscale: #414141. Windows color (decimal): -11322323 or 2964563. OLE color: 2964563.
HSL color Cylindrical-coordinate representation of color #533C2D: hue angle of 23.68º 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 #533C2D is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 45 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.67 |
| HSL | 23.68º | 0.3% | 0.25% | - |
| HSV(B) | 23.68º | 0.46% | 0.33% | - |
| XYZ | 5.66 | 5.26 | 3.2 | - |
| YUV | 65.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 45 | 0 | 0.28 | 0.46 | 0.67 | 23.68 | 0.3 | 0.25 |
| Hex | 53 | 3C | 2D | 0 | 1C | 2E | 43 | 18 | 1E | 19 |
| Octal | 123 | 74 | 55 | 0 | 34 | 56 | 103 | 30 | 36 | 31 |
| Binary | 1010011 | 111100 | 101101 | 0 | 11100 | 101110 | 1000011 | 11000 | 11110 | 11001 |
Color Harmonies of #533C2D
Complementary color
Monochromatic Colors of #533C2D
Black with #533C2D
Text Example
Text Example
White with #533C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C2D; }
p { color: rgb(83,60,45); }
H1.HeaderClassName
{
color: #533C2D;
}
.AnyTagClassName
{
color: #533C2D;
}
</style>
background-color css
<style>
a { background-color: #533C2D; }
a { background-color: rgb(83,60,45); }
div.DivClassName
{
background-color: #533C2D;
}
.BgClassName
{
background-color: #533C2D;
}
</style>
border-color css
<style>
span { border-color: #533C2D; }
span { border-color: rgb(83,60,45); }
td.TdClassName
{
border-color: #533C2D;
}
.TagClassName
{
border-color: #533C2D;
}
</style>