Shades of Bracken #593D1F
Tints of Bracken #593D1F
RGB
CMYK
RGB Variations
Color information
#593D1F (or 0x593D1F) is known color: Bracken. HEX triplet: 59, 3D and 1F. RGB value is (89,61,31). Sum of RGB (Red+Green+Blue) = 89+61+31=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #593D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D1F is #A6C2E0. Grayscale: #424242. Windows color (decimal): -10928865 or 2047321. OLE color: 2047321.
HSL color Cylindrical-coordinate representation of color #593D1F: hue angle of 31.03º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593D1F is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 31 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.65 |
| HSL | 31.03º | 0.48% | 0.24% | - |
| HSV(B) | 31.03º | 0.65% | 0.35% | - |
| XYZ | 6.04 | 5.56 | 2.05 | - |
| YUV | 65.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 31 | 0 | 0.31 | 0.65 | 0.65 | 31.03 | 0.48 | 0.24 |
| Hex | 59 | 3D | 1F | 0 | 1F | 41 | 41 | 1F | 30 | 18 |
| Octal | 131 | 75 | 37 | 0 | 37 | 101 | 101 | 37 | 60 | 30 |
| Binary | 1011001 | 111101 | 11111 | 0 | 11111 | 1000001 | 1000001 | 11111 | 110000 | 11000 |
Color Harmonies of #593D1F
Complementary color
Monochromatic Colors of #593D1F
Black with #593D1F
Text Example
Text Example
White with #593D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D1F; }
p { color: rgb(89,61,31); }
H1.HeaderClassName
{
color: #593D1F;
}
.AnyTagClassName
{
color: #593D1F;
}
</style>
background-color css
<style>
a { background-color: #593D1F; }
a { background-color: rgb(89,61,31); }
div.DivClassName
{
background-color: #593D1F;
}
.BgClassName
{
background-color: #593D1F;
}
</style>
border-color css
<style>
span { border-color: #593D1F; }
span { border-color: rgb(89,61,31); }
td.TdClassName
{
border-color: #593D1F;
}
.TagClassName
{
border-color: #593D1F;
}
</style>