Shades of Bracken #58412E
Tints of Bracken #58412E
RGB
CMYK
RGB Variations
Color information
#58412E (or 0x58412E) is known color: Bracken. HEX triplet: 58, 41 and 2E. RGB value is (88,65,46). Sum of RGB (Red+Green+Blue) = 88+65+46=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #58412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58412E is #A7BED1. Grayscale: #454545. Windows color (decimal): -10993362 or 3031384. OLE color: 3031384.
HSL color Cylindrical-coordinate representation of color #58412E: hue angle of 27.14º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58412E is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 46 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.65 |
| HSL | 27.14º | 0.31% | 0.26% | - |
| HSV(B) | 27.14º | 0.48% | 0.35% | - |
| XYZ | 6.41 | 6.05 | 3.42 | - |
| YUV | 69.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 46 | 0 | 0.26 | 0.48 | 0.65 | 27.14 | 0.31 | 0.26 |
| Hex | 58 | 41 | 2E | 0 | 1A | 30 | 41 | 1B | 1F | 1A |
| Octal | 130 | 101 | 56 | 0 | 32 | 60 | 101 | 33 | 37 | 32 |
| Binary | 1011000 | 1000001 | 101110 | 0 | 11010 | 110000 | 1000001 | 11011 | 11111 | 11010 |
Color Harmonies of #58412E
Complementary color
Monochromatic Colors of #58412E
Black with #58412E
Text Example
Text Example
White with #58412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58412E; }
p { color: rgb(88,65,46); }
H1.HeaderClassName
{
color: #58412E;
}
.AnyTagClassName
{
color: #58412E;
}
</style>
background-color css
<style>
a { background-color: #58412E; }
a { background-color: rgb(88,65,46); }
div.DivClassName
{
background-color: #58412E;
}
.BgClassName
{
background-color: #58412E;
}
</style>
border-color css
<style>
span { border-color: #58412E; }
span { border-color: rgb(88,65,46); }
td.TdClassName
{
border-color: #58412E;
}
.TagClassName
{
border-color: #58412E;
}
</style>