Shades of Bracken #59402F
Tints of Bracken #59402F
RGB
CMYK
RGB Variations
Color information
#59402F (or 0x59402F) is known color: Bracken. HEX triplet: 59, 40 and 2F. RGB value is (89,64,47). Sum of RGB (Red+Green+Blue) = 89+64+47=200 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 47 (18.75% from 255 or 23.5% from 200); Max value from RGB is 89 - color contains mainly: red. Hex color #59402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59402F is #A6BFD0. Grayscale: #454545. Windows color (decimal): -10928081 or 3096665. OLE color: 3096665.
HSL color Cylindrical-coordinate representation of color #59402F: hue angle of 24.29º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59402F is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 64 | 47 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.65 |
| HSL | 24.29º | 0.31% | 0.27% | - |
| HSV(B) | 24.29º | 0.47% | 0.35% | - |
| XYZ | 6.47 | 6 | 3.51 | - |
| YUV | 69.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 47 | 0 | 0.28 | 0.47 | 0.65 | 24.29 | 0.31 | 0.27 |
| Hex | 59 | 40 | 2F | 0 | 1C | 2F | 41 | 18 | 1F | 1B |
| Octal | 131 | 100 | 57 | 0 | 34 | 57 | 101 | 30 | 37 | 33 |
| Binary | 1011001 | 1000000 | 101111 | 0 | 11100 | 101111 | 1000001 | 11000 | 11111 | 11011 |
Color Harmonies of #59402F
Complementary color
Monochromatic Colors of #59402F
Black with #59402F
Text Example
Text Example
White with #59402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59402F; }
p { color: rgb(89,64,47); }
H1.HeaderClassName
{
color: #59402F;
}
.AnyTagClassName
{
color: #59402F;
}
</style>
background-color css
<style>
a { background-color: #59402F; }
a { background-color: rgb(89,64,47); }
div.DivClassName
{
background-color: #59402F;
}
.BgClassName
{
background-color: #59402F;
}
</style>
border-color css
<style>
span { border-color: #59402F; }
span { border-color: rgb(89,64,47); }
td.TdClassName
{
border-color: #59402F;
}
.TagClassName
{
border-color: #59402F;
}
</style>