Shades of Grenadier #B5533D
Tints of Grenadier #B5533D
RGB
CMYK
RGB Variations
Color information
#B5533D (or 0xB5533D) is known color: Grenadier. HEX triplet: B5, 53 and 3D. RGB value is (181,83,61). Sum of RGB (Red+Green+Blue) = 181+83+61=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5533D is #4AACC2. Grayscale: #6D6D6D. Windows color (decimal): -4893891 or 4019125. OLE color: 4019125.
HSL color Cylindrical-coordinate representation of color #B5533D: hue angle of 11º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5533D is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 83 | 61 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.29 |
| HSL | 11º | 0.5% | 0.47% | - |
| HSV(B) | 11º | 0.66% | 0.71% | - |
| XYZ | 22.99 | 16.35 | 6.36 | - |
| YUV | 109.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 83 | 61 | 0 | 0.54 | 0.66 | 0.29 | 11 | 0.5 | 0.47 |
| Hex | B5 | 53 | 3D | 0 | 36 | 42 | 1D | B | 32 | 2F |
| Octal | 265 | 123 | 75 | 0 | 66 | 102 | 35 | 13 | 62 | 57 |
| Binary | 10110101 | 1010011 | 111101 | 0 | 110110 | 1000010 | 11101 | 1011 | 110010 | 101111 |
Color Harmonies of #B5533D
Complementary color
Monochromatic Colors of #B5533D
Black with #B5533D
Text Example
Text Example
White with #B5533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5533D; }
p { color: rgb(181,83,61); }
H1.HeaderClassName
{
color: #B5533D;
}
.AnyTagClassName
{
color: #B5533D;
}
</style>
background-color css
<style>
a { background-color: #B5533D; }
a { background-color: rgb(181,83,61); }
div.DivClassName
{
background-color: #B5533D;
}
.BgClassName
{
background-color: #B5533D;
}
</style>
border-color css
<style>
span { border-color: #B5533D; }
span { border-color: rgb(181,83,61); }
td.TdClassName
{
border-color: #B5533D;
}
.TagClassName
{
border-color: #B5533D;
}
</style>