Shades of Bracken #5A402C
Tints of Bracken #5A402C
RGB
CMYK
RGB Variations
Color information
#5A402C (or 0x5A402C) is known color: Bracken. HEX triplet: 5A, 40 and 2C. RGB value is (90,64,44). Sum of RGB (Red+Green+Blue) = 90+64+44=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A402C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A402C is #A5BFD3. Grayscale: #454545. Windows color (decimal): -10862548 or 2900058. OLE color: 2900058.
HSL color Cylindrical-coordinate representation of color #5A402C: hue angle of 26.09º 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 #5A402C is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 44 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.65 |
| HSL | 26.09º | 0.34% | 0.26% | - |
| HSV(B) | 26.09º | 0.51% | 0.35% | - |
| XYZ | 6.5 | 6.02 | 3.2 | - |
| YUV | 69.49 | 113.61 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 44 | 0 | 0.29 | 0.51 | 0.65 | 26.09 | 0.34 | 0.26 |
| Hex | 5A | 40 | 2C | 0 | 1D | 33 | 41 | 1A | 22 | 1A |
| Octal | 132 | 100 | 54 | 0 | 35 | 63 | 101 | 32 | 42 | 32 |
| Binary | 1011010 | 1000000 | 101100 | 0 | 11101 | 110011 | 1000001 | 11010 | 100010 | 11010 |
Color Harmonies of #5A402C
Complementary color
Monochromatic Colors of #5A402C
Black with #5A402C
Text Example
Text Example
White with #5A402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A402C; }
p { color: rgb(90,64,44); }
H1.HeaderClassName
{
color: #5A402C;
}
.AnyTagClassName
{
color: #5A402C;
}
</style>
background-color css
<style>
a { background-color: #5A402C; }
a { background-color: rgb(90,64,44); }
div.DivClassName
{
background-color: #5A402C;
}
.BgClassName
{
background-color: #5A402C;
}
</style>
border-color css
<style>
span { border-color: #5A402C; }
span { border-color: rgb(90,64,44); }
td.TdClassName
{
border-color: #5A402C;
}
.TagClassName
{
border-color: #5A402C;
}
</style>