Shades of Brown Bramble #5A351E
Tints of Brown Bramble #5A351E
RGB
CMYK
RGB Variations
Color information
#5A351E (or 0x5A351E) is known color: Brown Bramble. HEX triplet: 5A, 35 and 1E. RGB value is (90,53,30). Sum of RGB (Red+Green+Blue) = 90+53+30=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A351E is #A5CAE1. Grayscale: #3D3D3D. Windows color (decimal): -10865378 or 1979738. OLE color: 1979738.
HSL color Cylindrical-coordinate representation of color #5A351E: hue angle of 23º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A351E is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 53 | 30 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.65 |
| HSL | 23º | 0.5% | 0.24% | - |
| HSV(B) | 23º | 0.67% | 0.35% | - |
| XYZ | 5.72 | 4.81 | 1.86 | - |
| YUV | 61.44 | 110.26 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 30 | 0 | 0.41 | 0.67 | 0.65 | 23 | 0.5 | 0.24 |
| Hex | 5A | 35 | 1E | 0 | 29 | 43 | 41 | 17 | 32 | 18 |
| Octal | 132 | 65 | 36 | 0 | 51 | 103 | 101 | 27 | 62 | 30 |
| Binary | 1011010 | 110101 | 11110 | 0 | 101001 | 1000011 | 1000001 | 10111 | 110010 | 11000 |
Color Harmonies of #5A351E
Complementary color
Monochromatic Colors of #5A351E
Black with #5A351E
Text Example
Text Example
White with #5A351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A351E; }
p { color: rgb(90,53,30); }
H1.HeaderClassName
{
color: #5A351E;
}
.AnyTagClassName
{
color: #5A351E;
}
</style>
background-color css
<style>
a { background-color: #5A351E; }
a { background-color: rgb(90,53,30); }
div.DivClassName
{
background-color: #5A351E;
}
.BgClassName
{
background-color: #5A351E;
}
</style>
border-color css
<style>
span { border-color: #5A351E; }
span { border-color: rgb(90,53,30); }
td.TdClassName
{
border-color: #5A351E;
}
.TagClassName
{
border-color: #5A351E;
}
</style>