Shades of Sushi #849C2C
Tints of Sushi #849C2C
RGB
CMYK
RGB Variations
Color information
#849C2C (or 0x849C2C) is known color: Sushi. HEX triplet: 84, 9C and 2C. RGB value is (132,156,44). Sum of RGB (Red+Green+Blue) = 132+156+44=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #849C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849C2C is #7B63D3. Grayscale: #888888. Windows color (decimal): -8086484 or 2923652. OLE color: 2923652.
HSL color Cylindrical-coordinate representation of color #849C2C: hue angle of 72.86º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #849C2C is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 156 | 44 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.39 |
| HSL | 72.86º | 0.56% | 0.39% | - |
| HSV(B) | 72.86º | 0.72% | 0.61% | - |
| XYZ | 21.86 | 28.86 | 6.8 | - |
| YUV | 136.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 44 | 0.15 | 0 | 0.72 | 0.39 | 72.86 | 0.56 | 0.39 |
| Hex | 84 | 9C | 2C | F | 0 | 48 | 27 | 49 | 38 | 27 |
| Octal | 204 | 234 | 54 | 17 | 0 | 110 | 47 | 111 | 70 | 47 |
| Binary | 10000100 | 10011100 | 101100 | 1111 | 0 | 1001000 | 100111 | 1001001 | 111000 | 100111 |
Color Harmonies of #849C2C
Complementary color
Monochromatic Colors of #849C2C
Black with #849C2C
Text Example
Text Example
White with #849C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849C2C; }
p { color: rgb(132,156,44); }
H1.HeaderClassName
{
color: #849C2C;
}
.AnyTagClassName
{
color: #849C2C;
}
</style>
background-color css
<style>
a { background-color: #849C2C; }
a { background-color: rgb(132,156,44); }
div.DivClassName
{
background-color: #849C2C;
}
.BgClassName
{
background-color: #849C2C;
}
</style>
border-color css
<style>
span { border-color: #849C2C; }
span { border-color: rgb(132,156,44); }
td.TdClassName
{
border-color: #849C2C;
}
.TagClassName
{
border-color: #849C2C;
}
</style>