Shades of Bracken #533D2C
Tints of Bracken #533D2C
RGB
CMYK
RGB Variations
Color information
#533D2C (or 0x533D2C) is known color: Bracken. HEX triplet: 53, 3D and 2C. RGB value is (83,61,44). Sum of RGB (Red+Green+Blue) = 83+61+44=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D2C is #ACC2D3. Grayscale: #414141. Windows color (decimal): -11322068 or 2899283. OLE color: 2899283.
HSL color Cylindrical-coordinate representation of color #533D2C: hue angle of 26.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533D2C is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 61 | 44 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.67 |
| HSL | 26.15º | 0.31% | 0.25% | - |
| HSV(B) | 26.15º | 0.47% | 0.33% | - |
| XYZ | 5.69 | 5.36 | 3.12 | - |
| YUV | 65.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 44 | 0 | 0.27 | 0.47 | 0.67 | 26.15 | 0.31 | 0.25 |
| Hex | 53 | 3D | 2C | 0 | 1B | 2F | 43 | 1A | 1F | 19 |
| Octal | 123 | 75 | 54 | 0 | 33 | 57 | 103 | 32 | 37 | 31 |
| Binary | 1010011 | 111101 | 101100 | 0 | 11011 | 101111 | 1000011 | 11010 | 11111 | 11001 |
Color Harmonies of #533D2C
Complementary color
Monochromatic Colors of #533D2C
Black with #533D2C
Text Example
Text Example
White with #533D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533D2C; }
p { color: rgb(83,61,44); }
H1.HeaderClassName
{
color: #533D2C;
}
.AnyTagClassName
{
color: #533D2C;
}
</style>
background-color css
<style>
a { background-color: #533D2C; }
a { background-color: rgb(83,61,44); }
div.DivClassName
{
background-color: #533D2C;
}
.BgClassName
{
background-color: #533D2C;
}
</style>
border-color css
<style>
span { border-color: #533D2C; }
span { border-color: rgb(83,61,44); }
td.TdClassName
{
border-color: #533D2C;
}
.TagClassName
{
border-color: #533D2C;
}
</style>