Shades of Bracken #593D20
Tints of Bracken #593D20
RGB
CMYK
RGB Variations
Color information
#593D20 (or 0x593D20) is known color: Bracken. HEX triplet: 59, 3D and 20. RGB value is (89,61,32). Sum of RGB (Red+Green+Blue) = 89+61+32=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #593D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D20 is #A6C2DF. Grayscale: #424242. Windows color (decimal): -10928864 or 2112857. OLE color: 2112857.
HSL color Cylindrical-coordinate representation of color #593D20: hue angle of 30.53º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #593D20 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 32 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.65 |
| HSL | 30.53º | 0.47% | 0.24% | - |
| HSV(B) | 30.53º | 0.64% | 0.35% | - |
| XYZ | 6.05 | 5.57 | 2.12 | - |
| YUV | 66.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 32 | 0 | 0.31 | 0.64 | 0.65 | 30.53 | 0.47 | 0.24 |
| Hex | 59 | 3D | 20 | 0 | 1F | 40 | 41 | 1F | 2F | 18 |
| Octal | 131 | 75 | 40 | 0 | 37 | 100 | 101 | 37 | 57 | 30 |
| Binary | 1011001 | 111101 | 100000 | 0 | 11111 | 1000000 | 1000001 | 11111 | 101111 | 11000 |
Color Harmonies of #593D20
Complementary color
Monochromatic Colors of #593D20
Black with #593D20
Text Example
Text Example
White with #593D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D20; }
p { color: rgb(89,61,32); }
H1.HeaderClassName
{
color: #593D20;
}
.AnyTagClassName
{
color: #593D20;
}
</style>
background-color css
<style>
a { background-color: #593D20; }
a { background-color: rgb(89,61,32); }
div.DivClassName
{
background-color: #593D20;
}
.BgClassName
{
background-color: #593D20;
}
</style>
border-color css
<style>
span { border-color: #593D20; }
span { border-color: rgb(89,61,32); }
td.TdClassName
{
border-color: #593D20;
}
.TagClassName
{
border-color: #593D20;
}
</style>