Shades of Sushi #809B2C
Tints of Sushi #809B2C
RGB
CMYK
RGB Variations
Color information
#809B2C (or 0x809B2C) is known color: Sushi. HEX triplet: 80, 9B and 2C. RGB value is (128,155,44). Sum of RGB (Red+Green+Blue) = 128+155+44=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #809B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B2C is #7F64D3. Grayscale: #868686. Windows color (decimal): -8348884 or 2923392. OLE color: 2923392.
HSL color Cylindrical-coordinate representation of color #809B2C: hue angle of 74.59º 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 #809B2C is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 155 | 44 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.39 |
| HSL | 74.59º | 0.56% | 0.39% | - |
| HSV(B) | 74.59º | 0.72% | 0.61% | - |
| XYZ | 21.08 | 28.21 | 6.72 | - |
| YUV | 134.27 | 77.05 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 44 | 0.17 | 0 | 0.72 | 0.39 | 74.59 | 0.56 | 0.39 |
| Hex | 80 | 9B | 2C | 11 | 0 | 48 | 27 | 4B | 38 | 27 |
| Octal | 200 | 233 | 54 | 21 | 0 | 110 | 47 | 113 | 70 | 47 |
| Binary | 10000000 | 10011011 | 101100 | 10001 | 0 | 1001000 | 100111 | 1001011 | 111000 | 100111 |
Color Harmonies of #809B2C
Complementary color
Monochromatic Colors of #809B2C
Black with #809B2C
Text Example
Text Example
White with #809B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809B2C; }
p { color: rgb(128,155,44); }
H1.HeaderClassName
{
color: #809B2C;
}
.AnyTagClassName
{
color: #809B2C;
}
</style>
background-color css
<style>
a { background-color: #809B2C; }
a { background-color: rgb(128,155,44); }
div.DivClassName
{
background-color: #809B2C;
}
.BgClassName
{
background-color: #809B2C;
}
</style>
border-color css
<style>
span { border-color: #809B2C; }
span { border-color: rgb(128,155,44); }
td.TdClassName
{
border-color: #809B2C;
}
.TagClassName
{
border-color: #809B2C;
}
</style>