Shades of Bracken #5C4125
Tints of Bracken #5C4125
RGB
CMYK
RGB Variations
Color information
#5C4125 (or 0x5C4125) is known color: Bracken. HEX triplet: 5C, 41 and 25. RGB value is (92,65,37). Sum of RGB (Red+Green+Blue) = 92+65+37=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4125 is #A3BEDA. Grayscale: #464646. Windows color (decimal): -10731227 or 2441564. OLE color: 2441564.
HSL color Cylindrical-coordinate representation of color #5C4125: hue angle of 30.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C4125 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 37 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.64 |
| HSL | 30.55º | 0.43% | 0.25% | - |
| HSV(B) | 30.55º | 0.6% | 0.36% | - |
| XYZ | 6.64 | 6.19 | 2.6 | - |
| YUV | 69.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 37 | 0 | 0.29 | 0.60 | 0.64 | 30.55 | 0.43 | 0.25 |
| Hex | 5C | 41 | 25 | 0 | 1D | 3C | 40 | 1F | 2B | 19 |
| Octal | 134 | 101 | 45 | 0 | 35 | 74 | 100 | 37 | 53 | 31 |
| Binary | 1011100 | 1000001 | 100101 | 0 | 11101 | 111100 | 1000000 | 11111 | 101011 | 11001 |
Color Harmonies of #5C4125
Complementary color
Monochromatic Colors of #5C4125
Black with #5C4125
Text Example
Text Example
White with #5C4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4125; }
p { color: rgb(92,65,37); }
H1.HeaderClassName
{
color: #5C4125;
}
.AnyTagClassName
{
color: #5C4125;
}
</style>
background-color css
<style>
a { background-color: #5C4125; }
a { background-color: rgb(92,65,37); }
div.DivClassName
{
background-color: #5C4125;
}
.BgClassName
{
background-color: #5C4125;
}
</style>
border-color css
<style>
span { border-color: #5C4125; }
span { border-color: rgb(92,65,37); }
td.TdClassName
{
border-color: #5C4125;
}
.TagClassName
{
border-color: #5C4125;
}
</style>