Shades of Bracken #5A3E2A
Tints of Bracken #5A3E2A
RGB
CMYK
RGB Variations
Color information
#5A3E2A (or 0x5A3E2A) is known color: Bracken. HEX triplet: 5A, 3E and 2A. RGB value is (90,62,42). Sum of RGB (Red+Green+Blue) = 90+62+42=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3E2A is #A5C1D5. Grayscale: #444444. Windows color (decimal): -10863062 or 2768474. OLE color: 2768474.
HSL color Cylindrical-coordinate representation of color #5A3E2A: hue angle of 25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A3E2A is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 62 | 42 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.65 |
| HSL | 25º | 0.36% | 0.26% | - |
| HSV(B) | 25º | 0.53% | 0.35% | - |
| XYZ | 6.36 | 5.79 | 2.97 | - |
| YUV | 68.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 62 | 42 | 0 | 0.31 | 0.53 | 0.65 | 25 | 0.36 | 0.26 |
| Hex | 5A | 3E | 2A | 0 | 1F | 35 | 41 | 19 | 24 | 1A |
| Octal | 132 | 76 | 52 | 0 | 37 | 65 | 101 | 31 | 44 | 32 |
| Binary | 1011010 | 111110 | 101010 | 0 | 11111 | 110101 | 1000001 | 11001 | 100100 | 11010 |
Color Harmonies of #5A3E2A
Complementary color
Monochromatic Colors of #5A3E2A
Black with #5A3E2A
Text Example
Text Example
White with #5A3E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3E2A; }
p { color: rgb(90,62,42); }
H1.HeaderClassName
{
color: #5A3E2A;
}
.AnyTagClassName
{
color: #5A3E2A;
}
</style>
background-color css
<style>
a { background-color: #5A3E2A; }
a { background-color: rgb(90,62,42); }
div.DivClassName
{
background-color: #5A3E2A;
}
.BgClassName
{
background-color: #5A3E2A;
}
</style>
border-color css
<style>
span { border-color: #5A3E2A; }
span { border-color: rgb(90,62,42); }
td.TdClassName
{
border-color: #5A3E2A;
}
.TagClassName
{
border-color: #5A3E2A;
}
</style>