Shades of Bracken #5C4226
Tints of Bracken #5C4226
RGB
CMYK
RGB Variations
Color information
#5C4226 (or 0x5C4226) is known color: Bracken. HEX triplet: 5C, 42 and 26. RGB value is (92,66,38). Sum of RGB (Red+Green+Blue) = 92+66+38=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4226 is #A3BDD9. Grayscale: #464646. Windows color (decimal): -10730970 or 2507356. OLE color: 2507356.
HSL color Cylindrical-coordinate representation of color #5C4226: hue angle of 31.11º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C4226 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 66 | 38 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.64 |
| HSL | 31.11º | 0.42% | 0.25% | - |
| HSV(B) | 31.11º | 0.59% | 0.36% | - |
| XYZ | 6.71 | 6.31 | 2.7 | - |
| YUV | 70.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 38 | 0 | 0.28 | 0.59 | 0.64 | 31.11 | 0.42 | 0.25 |
| Hex | 5C | 42 | 26 | 0 | 1C | 3B | 40 | 1F | 2A | 19 |
| Octal | 134 | 102 | 46 | 0 | 34 | 73 | 100 | 37 | 52 | 31 |
| Binary | 1011100 | 1000010 | 100110 | 0 | 11100 | 111011 | 1000000 | 11111 | 101010 | 11001 |
Color Harmonies of #5C4226
Complementary color
Monochromatic Colors of #5C4226
Black with #5C4226
Text Example
Text Example
White with #5C4226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4226; }
p { color: rgb(92,66,38); }
H1.HeaderClassName
{
color: #5C4226;
}
.AnyTagClassName
{
color: #5C4226;
}
</style>
background-color css
<style>
a { background-color: #5C4226; }
a { background-color: rgb(92,66,38); }
div.DivClassName
{
background-color: #5C4226;
}
.BgClassName
{
background-color: #5C4226;
}
</style>
border-color css
<style>
span { border-color: #5C4226; }
span { border-color: rgb(92,66,38); }
td.TdClassName
{
border-color: #5C4226;
}
.TagClassName
{
border-color: #5C4226;
}
</style>