Shades of Bracken #5A402B
Tints of Bracken #5A402B
RGB
CMYK
RGB Variations
Color information
#5A402B (or 0x5A402B) is known color: Bracken. HEX triplet: 5A, 40 and 2B. RGB value is (90,64,43). Sum of RGB (Red+Green+Blue) = 90+64+43=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 90 - color contains mainly: red. Hex color #5A402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A402B is #A5BFD4. Grayscale: #454545. Windows color (decimal): -10862549 or 2834522. OLE color: 2834522.
HSL color Cylindrical-coordinate representation of color #5A402B: hue angle of 26.81º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A402B is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 43 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.65 |
| HSL | 26.81º | 0.35% | 0.26% | - |
| HSV(B) | 26.81º | 0.52% | 0.35% | - |
| XYZ | 6.49 | 6.01 | 3.1 | - |
| YUV | 69.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 43 | 0 | 0.29 | 0.52 | 0.65 | 26.81 | 0.35 | 0.26 |
| Hex | 5A | 40 | 2B | 0 | 1D | 34 | 41 | 1B | 23 | 1A |
| Octal | 132 | 100 | 53 | 0 | 35 | 64 | 101 | 33 | 43 | 32 |
| Binary | 1011010 | 1000000 | 101011 | 0 | 11101 | 110100 | 1000001 | 11011 | 100011 | 11010 |
Color Harmonies of #5A402B
Complementary color
Monochromatic Colors of #5A402B
Black with #5A402B
Text Example
Text Example
White with #5A402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A402B; }
p { color: rgb(90,64,43); }
H1.HeaderClassName
{
color: #5A402B;
}
.AnyTagClassName
{
color: #5A402B;
}
</style>
background-color css
<style>
a { background-color: #5A402B; }
a { background-color: rgb(90,64,43); }
div.DivClassName
{
background-color: #5A402B;
}
.BgClassName
{
background-color: #5A402B;
}
</style>
border-color css
<style>
span { border-color: #5A402B; }
span { border-color: rgb(90,64,43); }
td.TdClassName
{
border-color: #5A402B;
}
.TagClassName
{
border-color: #5A402B;
}
</style>