Shades of Sushi #849D2C
Tints of Sushi #849D2C
RGB
CMYK
RGB Variations
Color information
#849D2C (or 0x849D2C) is known color: Sushi. HEX triplet: 84, 9D and 2C. RGB value is (132,157,44). Sum of RGB (Red+Green+Blue) = 132+157+44=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #849D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D2C is #7B62D3. Grayscale: #898989. Windows color (decimal): -8086228 or 2923908. OLE color: 2923908.
HSL color Cylindrical-coordinate representation of color #849D2C: hue angle of 73.27º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #849D2C is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 157 | 44 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.38 |
| HSL | 73.27º | 0.56% | 0.39% | - |
| HSV(B) | 73.27º | 0.72% | 0.62% | - |
| XYZ | 22.03 | 29.2 | 6.86 | - |
| YUV | 136.64 | 75.72 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 157 | 44 | 0.16 | 0 | 0.72 | 0.38 | 73.27 | 0.56 | 0.39 |
| Hex | 84 | 9D | 2C | 10 | 0 | 48 | 26 | 49 | 38 | 27 |
| Octal | 204 | 235 | 54 | 20 | 0 | 110 | 46 | 111 | 70 | 47 |
| Binary | 10000100 | 10011101 | 101100 | 10000 | 0 | 1001000 | 100110 | 1001001 | 111000 | 100111 |
Color Harmonies of #849D2C
Complementary color
Monochromatic Colors of #849D2C
Black with #849D2C
Text Example
Text Example
White with #849D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849D2C; }
p { color: rgb(132,157,44); }
H1.HeaderClassName
{
color: #849D2C;
}
.AnyTagClassName
{
color: #849D2C;
}
</style>
background-color css
<style>
a { background-color: #849D2C; }
a { background-color: rgb(132,157,44); }
div.DivClassName
{
background-color: #849D2C;
}
.BgClassName
{
background-color: #849D2C;
}
</style>
border-color css
<style>
span { border-color: #849D2C; }
span { border-color: rgb(132,157,44); }
td.TdClassName
{
border-color: #849D2C;
}
.TagClassName
{
border-color: #849D2C;
}
</style>