Shades of Bracken #533C2A
Tints of Bracken #533C2A
RGB
CMYK
RGB Variations
Color information
#533C2A (or 0x533C2A) is known color: Bracken. HEX triplet: 53, 3C and 2A. RGB value is (83,60,42). Sum of RGB (Red+Green+Blue) = 83+60+42=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #533C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533C2A is #ACC3D5. Grayscale: #404040. Windows color (decimal): -11322326 or 2767955. OLE color: 2767955.
HSL color Cylindrical-coordinate representation of color #533C2A: hue angle of 26.34º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #533C2A is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 60 | 42 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.67 |
| HSL | 26.34º | 0.33% | 0.25% | - |
| HSV(B) | 26.34º | 0.49% | 0.33% | - |
| XYZ | 5.6 | 5.24 | 2.91 | - |
| YUV | 64.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 60 | 42 | 0 | 0.28 | 0.49 | 0.67 | 26.34 | 0.33 | 0.25 |
| Hex | 53 | 3C | 2A | 0 | 1C | 31 | 43 | 1A | 21 | 19 |
| Octal | 123 | 74 | 52 | 0 | 34 | 61 | 103 | 32 | 41 | 31 |
| Binary | 1010011 | 111100 | 101010 | 0 | 11100 | 110001 | 1000011 | 11010 | 100001 | 11001 |
Color Harmonies of #533C2A
Complementary color
Monochromatic Colors of #533C2A
Black with #533C2A
Text Example
Text Example
White with #533C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533C2A; }
p { color: rgb(83,60,42); }
H1.HeaderClassName
{
color: #533C2A;
}
.AnyTagClassName
{
color: #533C2A;
}
</style>
background-color css
<style>
a { background-color: #533C2A; }
a { background-color: rgb(83,60,42); }
div.DivClassName
{
background-color: #533C2A;
}
.BgClassName
{
background-color: #533C2A;
}
</style>
border-color css
<style>
span { border-color: #533C2A; }
span { border-color: rgb(83,60,42); }
td.TdClassName
{
border-color: #533C2A;
}
.TagClassName
{
border-color: #533C2A;
}
</style>