Shades of Bracken #59402A
Tints of Bracken #59402A
RGB
CMYK
RGB Variations
Color information
#59402A (or 0x59402A) is known color: Bracken. HEX triplet: 59, 40 and 2A. RGB value is (89,64,42). Sum of RGB (Red+Green+Blue) = 89+64+42=195 (25% of max value = 765). Red value is 89 (35.16% from 255 or 45.64% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 89 - color contains mainly: red. Hex color #59402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59402A is #A6BFD5. Grayscale: #454545. Windows color (decimal): -10928086 or 2768985. OLE color: 2768985.
HSL color Cylindrical-coordinate representation of color #59402A: hue angle of 28.09º 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 #59402A is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 64 | 42 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.65 |
| HSL | 28.09º | 0.36% | 0.26% | - |
| HSV(B) | 28.09º | 0.53% | 0.35% | - |
| XYZ | 6.37 | 5.96 | 3 | - |
| YUV | 68.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 42 | 0 | 0.28 | 0.53 | 0.65 | 28.09 | 0.36 | 0.26 |
| Hex | 59 | 40 | 2A | 0 | 1C | 35 | 41 | 1C | 24 | 1A |
| Octal | 131 | 100 | 52 | 0 | 34 | 65 | 101 | 34 | 44 | 32 |
| Binary | 1011001 | 1000000 | 101010 | 0 | 11100 | 110101 | 1000001 | 11100 | 100100 | 11010 |
Color Harmonies of #59402A
Complementary color
Monochromatic Colors of #59402A
Black with #59402A
Text Example
Text Example
White with #59402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59402A; }
p { color: rgb(89,64,42); }
H1.HeaderClassName
{
color: #59402A;
}
.AnyTagClassName
{
color: #59402A;
}
</style>
background-color css
<style>
a { background-color: #59402A; }
a { background-color: rgb(89,64,42); }
div.DivClassName
{
background-color: #59402A;
}
.BgClassName
{
background-color: #59402A;
}
</style>
border-color css
<style>
span { border-color: #59402A; }
span { border-color: rgb(89,64,42); }
td.TdClassName
{
border-color: #59402A;
}
.TagClassName
{
border-color: #59402A;
}
</style>