Shades of Bracken #58412B
Tints of Bracken #58412B
RGB
CMYK
RGB Variations
Color information
#58412B (or 0x58412B) is known color: Bracken. HEX triplet: 58, 41 and 2B. RGB value is (88,65,43). Sum of RGB (Red+Green+Blue) = 88+65+43=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58412B is #A7BED4. Grayscale: #454545. Windows color (decimal): -10993365 or 2834776. OLE color: 2834776.
HSL color Cylindrical-coordinate representation of color #58412B: hue angle of 29.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58412B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 65 | 43 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.65 |
| HSL | 29.33º | 0.34% | 0.26% | - |
| HSV(B) | 29.33º | 0.51% | 0.35% | - |
| XYZ | 6.35 | 6.03 | 3.11 | - |
| YUV | 69.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 65 | 43 | 0 | 0.26 | 0.51 | 0.65 | 29.33 | 0.34 | 0.26 |
| Hex | 58 | 41 | 2B | 0 | 1A | 33 | 41 | 1D | 22 | 1A |
| Octal | 130 | 101 | 53 | 0 | 32 | 63 | 101 | 35 | 42 | 32 |
| Binary | 1011000 | 1000001 | 101011 | 0 | 11010 | 110011 | 1000001 | 11101 | 100010 | 11010 |
Color Harmonies of #58412B
Complementary color
Monochromatic Colors of #58412B
Black with #58412B
Text Example
Text Example
White with #58412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58412B; }
p { color: rgb(88,65,43); }
H1.HeaderClassName
{
color: #58412B;
}
.AnyTagClassName
{
color: #58412B;
}
</style>
background-color css
<style>
a { background-color: #58412B; }
a { background-color: rgb(88,65,43); }
div.DivClassName
{
background-color: #58412B;
}
.BgClassName
{
background-color: #58412B;
}
</style>
border-color css
<style>
span { border-color: #58412B; }
span { border-color: rgb(88,65,43); }
td.TdClassName
{
border-color: #58412B;
}
.TagClassName
{
border-color: #58412B;
}
</style>