Shades of Bracken #533A2A
Tints of Bracken #533A2A
RGB
CMYK
RGB Variations
Color information
#533A2A (or 0x533A2A) is known color: Bracken. HEX triplet: 53, 3A and 2A. RGB value is (83,58,42). Sum of RGB (Red+Green+Blue) = 83+58+42=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #533A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A2A is #ACC5D5. Grayscale: #3F3F3F. Windows color (decimal): -11322838 or 2767443. OLE color: 2767443.
HSL color Cylindrical-coordinate representation of color #533A2A: hue angle of 23.41º 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 #533A2A is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 42 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.67 |
| HSL | 23.41º | 0.33% | 0.25% | - |
| HSV(B) | 23.41º | 0.49% | 0.33% | - |
| XYZ | 5.5 | 5.03 | 2.87 | - |
| YUV | 63.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 42 | 0 | 0.30 | 0.49 | 0.67 | 23.41 | 0.33 | 0.25 |
| Hex | 53 | 3A | 2A | 0 | 1E | 31 | 43 | 17 | 21 | 19 |
| Octal | 123 | 72 | 52 | 0 | 36 | 61 | 103 | 27 | 41 | 31 |
| Binary | 1010011 | 111010 | 101010 | 0 | 11110 | 110001 | 1000011 | 10111 | 100001 | 11001 |
Color Harmonies of #533A2A
Complementary color
Monochromatic Colors of #533A2A
Black with #533A2A
Text Example
Text Example
White with #533A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A2A; }
p { color: rgb(83,58,42); }
H1.HeaderClassName
{
color: #533A2A;
}
.AnyTagClassName
{
color: #533A2A;
}
</style>
background-color css
<style>
a { background-color: #533A2A; }
a { background-color: rgb(83,58,42); }
div.DivClassName
{
background-color: #533A2A;
}
.BgClassName
{
background-color: #533A2A;
}
</style>
border-color css
<style>
span { border-color: #533A2A; }
span { border-color: rgb(83,58,42); }
td.TdClassName
{
border-color: #533A2A;
}
.TagClassName
{
border-color: #533A2A;
}
</style>