Shades of Bracken #5D4229
Tints of Bracken #5D4229
RGB
CMYK
RGB Variations
Color information
#5D4229 (or 0x5D4229) is known color: Bracken. HEX triplet: 5D, 42 and 29. RGB value is (93,66,41). Sum of RGB (Red+Green+Blue) = 93+66+41=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4229 is #A2BDD6. Grayscale: #474747. Windows color (decimal): -10665431 or 2703965. OLE color: 2703965.
HSL color Cylindrical-coordinate representation of color #5D4229: hue angle of 28.85º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D4229 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 41 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.64 |
| HSL | 28.85º | 0.39% | 0.26% | - |
| HSV(B) | 28.85º | 0.56% | 0.36% | - |
| XYZ | 6.86 | 6.38 | 2.97 | - |
| YUV | 71.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 41 | 0 | 0.29 | 0.56 | 0.64 | 28.85 | 0.39 | 0.26 |
| Hex | 5D | 42 | 29 | 0 | 1D | 38 | 40 | 1D | 27 | 1A |
| Octal | 135 | 102 | 51 | 0 | 35 | 70 | 100 | 35 | 47 | 32 |
| Binary | 1011101 | 1000010 | 101001 | 0 | 11101 | 111000 | 1000000 | 11101 | 100111 | 11010 |
Color Harmonies of #5D4229
Complementary color
Monochromatic Colors of #5D4229
Black with #5D4229
Text Example
Text Example
White with #5D4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4229; }
p { color: rgb(93,66,41); }
H1.HeaderClassName
{
color: #5D4229;
}
.AnyTagClassName
{
color: #5D4229;
}
</style>
background-color css
<style>
a { background-color: #5D4229; }
a { background-color: rgb(93,66,41); }
div.DivClassName
{
background-color: #5D4229;
}
.BgClassName
{
background-color: #5D4229;
}
</style>
border-color css
<style>
span { border-color: #5D4229; }
span { border-color: rgb(93,66,41); }
td.TdClassName
{
border-color: #5D4229;
}
.TagClassName
{
border-color: #5D4229;
}
</style>