Shades of Bracken #5D4024
Tints of Bracken #5D4024
RGB
CMYK
RGB Variations
Color information
#5D4024 (or 0x5D4024) is known color: Bracken. HEX triplet: 5D, 40 and 24. RGB value is (93,64,36). Sum of RGB (Red+Green+Blue) = 93+64+36=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4024 is #A2BFDB. Grayscale: #454545. Windows color (decimal): -10665948 or 2375773. OLE color: 2375773.
HSL color Cylindrical-coordinate representation of color #5D4024: hue angle of 29.47º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D4024 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 36 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.64 |
| HSL | 29.47º | 0.44% | 0.25% | - |
| HSV(B) | 29.47º | 0.61% | 0.36% | - |
| XYZ | 6.67 | 6.12 | 2.5 | - |
| YUV | 69.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 36 | 0 | 0.31 | 0.61 | 0.64 | 29.47 | 0.44 | 0.25 |
| Hex | 5D | 40 | 24 | 0 | 1F | 3D | 40 | 1D | 2C | 19 |
| Octal | 135 | 100 | 44 | 0 | 37 | 75 | 100 | 35 | 54 | 31 |
| Binary | 1011101 | 1000000 | 100100 | 0 | 11111 | 111101 | 1000000 | 11101 | 101100 | 11001 |
Color Harmonies of #5D4024
Complementary color
Monochromatic Colors of #5D4024
Black with #5D4024
Text Example
Text Example
White with #5D4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4024; }
p { color: rgb(93,64,36); }
H1.HeaderClassName
{
color: #5D4024;
}
.AnyTagClassName
{
color: #5D4024;
}
</style>
background-color css
<style>
a { background-color: #5D4024; }
a { background-color: rgb(93,64,36); }
div.DivClassName
{
background-color: #5D4024;
}
.BgClassName
{
background-color: #5D4024;
}
</style>
border-color css
<style>
span { border-color: #5D4024; }
span { border-color: rgb(93,64,36); }
td.TdClassName
{
border-color: #5D4024;
}
.TagClassName
{
border-color: #5D4024;
}
</style>