Shades of Bracken #5F3D25
Tints of Bracken #5F3D25
RGB
CMYK
RGB Variations
Color information
#5F3D25 (or 0x5F3D25) is known color: Bracken. HEX triplet: 5F, 3D and 25. RGB value is (95,61,37). Sum of RGB (Red+Green+Blue) = 95+61+37=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3D25 is #A0C2DA. Grayscale: #444444. Windows color (decimal): -10535643 or 2440543. OLE color: 2440543.
HSL color Cylindrical-coordinate representation of color #5F3D25: hue angle of 24.83º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F3D25 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 61 | 37 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.63 |
| HSL | 24.83º | 0.44% | 0.26% | - |
| HSV(B) | 24.83º | 0.61% | 0.37% | - |
| XYZ | 6.72 | 5.9 | 2.54 | - |
| YUV | 68.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 61 | 37 | 0 | 0.36 | 0.61 | 0.63 | 24.83 | 0.44 | 0.26 |
| Hex | 5F | 3D | 25 | 0 | 24 | 3D | 3F | 19 | 2C | 1A |
| Octal | 137 | 75 | 45 | 0 | 44 | 75 | 77 | 31 | 54 | 32 |
| Binary | 1011111 | 111101 | 100101 | 0 | 100100 | 111101 | 111111 | 11001 | 101100 | 11010 |
Color Harmonies of #5F3D25
Complementary color
Monochromatic Colors of #5F3D25
Black with #5F3D25
Text Example
Text Example
White with #5F3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3D25; }
p { color: rgb(95,61,37); }
H1.HeaderClassName
{
color: #5F3D25;
}
.AnyTagClassName
{
color: #5F3D25;
}
</style>
background-color css
<style>
a { background-color: #5F3D25; }
a { background-color: rgb(95,61,37); }
div.DivClassName
{
background-color: #5F3D25;
}
.BgClassName
{
background-color: #5F3D25;
}
</style>
border-color css
<style>
span { border-color: #5F3D25; }
span { border-color: rgb(95,61,37); }
td.TdClassName
{
border-color: #5F3D25;
}
.TagClassName
{
border-color: #5F3D25;
}
</style>