Shades of Sushi #849B31
Tints of Sushi #849B31
RGB
CMYK
RGB Variations
Color information
#849B31 (or 0x849B31) is known color: Sushi. HEX triplet: 84, 9B and 31. RGB value is (132,155,49). Sum of RGB (Red+Green+Blue) = 132+155+49=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #849B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B31 is #7B64CE. Grayscale: #888888. Windows color (decimal): -8086735 or 3251076. OLE color: 3251076.
HSL color Cylindrical-coordinate representation of color #849B31: hue angle of 73.02º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #849B31 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 155 | 49 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.39 |
| HSL | 73.02º | 0.52% | 0.4% | - |
| HSV(B) | 73.02º | 0.68% | 0.61% | - |
| XYZ | 21.79 | 28.57 | 7.27 | - |
| YUV | 136.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 49 | 0.15 | 0 | 0.68 | 0.39 | 73.02 | 0.52 | 0.4 |
| Hex | 84 | 9B | 31 | F | 0 | 44 | 27 | 49 | 34 | 28 |
| Octal | 204 | 233 | 61 | 17 | 0 | 104 | 47 | 111 | 64 | 50 |
| Binary | 10000100 | 10011011 | 110001 | 1111 | 0 | 1000100 | 100111 | 1001001 | 110100 | 101000 |
Color Harmonies of #849B31
Complementary color
Monochromatic Colors of #849B31
Black with #849B31
Text Example
Text Example
White with #849B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B31; }
p { color: rgb(132,155,49); }
H1.HeaderClassName
{
color: #849B31;
}
.AnyTagClassName
{
color: #849B31;
}
</style>
background-color css
<style>
a { background-color: #849B31; }
a { background-color: rgb(132,155,49); }
div.DivClassName
{
background-color: #849B31;
}
.BgClassName
{
background-color: #849B31;
}
</style>
border-color css
<style>
span { border-color: #849B31; }
span { border-color: rgb(132,155,49); }
td.TdClassName
{
border-color: #849B31;
}
.TagClassName
{
border-color: #849B31;
}
</style>