Shades of Bracken #593F2A
Tints of Bracken #593F2A
RGB
CMYK
RGB Variations
Color information
#593F2A (or 0x593F2A) is known color: Bracken. HEX triplet: 59, 3F and 2A. RGB value is (89,63,42). Sum of RGB (Red+Green+Blue) = 89+63+42=194 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.88% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 89 - color contains mainly: red. Hex color #593F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593F2A is #A6C0D5. Grayscale: #444444. Windows color (decimal): -10928342 or 2768729. OLE color: 2768729.
HSL color Cylindrical-coordinate representation of color #593F2A: hue angle of 26.81º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #593F2A is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 63 | 42 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.65 |
| HSL | 26.81º | 0.36% | 0.26% | - |
| HSV(B) | 26.81º | 0.53% | 0.35% | - |
| XYZ | 6.32 | 5.85 | 2.99 | - |
| YUV | 68.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 42 | 0 | 0.29 | 0.53 | 0.65 | 26.81 | 0.36 | 0.26 |
| Hex | 59 | 3F | 2A | 0 | 1D | 35 | 41 | 1B | 24 | 1A |
| Octal | 131 | 77 | 52 | 0 | 35 | 65 | 101 | 33 | 44 | 32 |
| Binary | 1011001 | 111111 | 101010 | 0 | 11101 | 110101 | 1000001 | 11011 | 100100 | 11010 |
Color Harmonies of #593F2A
Complementary color
Monochromatic Colors of #593F2A
Black with #593F2A
Text Example
Text Example
White with #593F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593F2A; }
p { color: rgb(89,63,42); }
H1.HeaderClassName
{
color: #593F2A;
}
.AnyTagClassName
{
color: #593F2A;
}
</style>
background-color css
<style>
a { background-color: #593F2A; }
a { background-color: rgb(89,63,42); }
div.DivClassName
{
background-color: #593F2A;
}
.BgClassName
{
background-color: #593F2A;
}
</style>
border-color css
<style>
span { border-color: #593F2A; }
span { border-color: rgb(89,63,42); }
td.TdClassName
{
border-color: #593F2A;
}
.TagClassName
{
border-color: #593F2A;
}
</style>