Shades of Brown Bramble #5A321F
Tints of Brown Bramble #5A321F
RGB
CMYK
RGB Variations
Color information
#5A321F (or 0x5A321F) is known color: Brown Bramble. HEX triplet: 5A, 32 and 1F. RGB value is (90,50,31). Sum of RGB (Red+Green+Blue) = 90+50+31=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A321F is #A5CDE0. Grayscale: #3B3B3B. Windows color (decimal): -10866145 or 2044506. OLE color: 2044506.
HSL color Cylindrical-coordinate representation of color #5A321F: hue angle of 19.32º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A321F is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 50 | 31 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.65 |
| HSL | 19.32º | 0.49% | 0.24% | - |
| HSV(B) | 19.32º | 0.66% | 0.35% | - |
| XYZ | 5.6 | 4.55 | 1.88 | - |
| YUV | 59.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 31 | 0 | 0.44 | 0.66 | 0.65 | 19.32 | 0.49 | 0.24 |
| Hex | 5A | 32 | 1F | 0 | 2C | 42 | 41 | 13 | 31 | 18 |
| Octal | 132 | 62 | 37 | 0 | 54 | 102 | 101 | 23 | 61 | 30 |
| Binary | 1011010 | 110010 | 11111 | 0 | 101100 | 1000010 | 1000001 | 10011 | 110001 | 11000 |
Color Harmonies of #5A321F
Complementary color
Monochromatic Colors of #5A321F
Black with #5A321F
Text Example
Text Example
White with #5A321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A321F; }
p { color: rgb(90,50,31); }
H1.HeaderClassName
{
color: #5A321F;
}
.AnyTagClassName
{
color: #5A321F;
}
</style>
background-color css
<style>
a { background-color: #5A321F; }
a { background-color: rgb(90,50,31); }
div.DivClassName
{
background-color: #5A321F;
}
.BgClassName
{
background-color: #5A321F;
}
</style>
border-color css
<style>
span { border-color: #5A321F; }
span { border-color: rgb(90,50,31); }
td.TdClassName
{
border-color: #5A321F;
}
.TagClassName
{
border-color: #5A321F;
}
</style>