Shades of Sushi #81992B
Tints of Sushi #81992B
RGB
CMYK
RGB Variations
Color information
#81992B (or 0x81992B) is known color: Sushi. HEX triplet: 81, 99 and 2B. RGB value is (129,153,43). Sum of RGB (Red+Green+Blue) = 129+153+43=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #81992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81992B is #7E66D4. Grayscale: #858585. Windows color (decimal): -8283861 or 2857345. OLE color: 2857345.
HSL color Cylindrical-coordinate representation of color #81992B: hue angle of 73.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81992B is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 43 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.4 |
| HSL | 73.09º | 0.56% | 0.38% | - |
| HSV(B) | 73.09º | 0.72% | 0.6% | - |
| XYZ | 20.88 | 27.62 | 6.52 | - |
| YUV | 133.28 | 77.05 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 43 | 0.16 | 0 | 0.72 | 0.4 | 73.09 | 0.56 | 0.38 |
| Hex | 81 | 99 | 2B | 10 | 0 | 48 | 28 | 49 | 38 | 26 |
| Octal | 201 | 231 | 53 | 20 | 0 | 110 | 50 | 111 | 70 | 46 |
| Binary | 10000001 | 10011001 | 101011 | 10000 | 0 | 1001000 | 101000 | 1001001 | 111000 | 100110 |
Color Harmonies of #81992B
Complementary color
Monochromatic Colors of #81992B
Black with #81992B
Text Example
Text Example
White with #81992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81992B; }
p { color: rgb(129,153,43); }
H1.HeaderClassName
{
color: #81992B;
}
.AnyTagClassName
{
color: #81992B;
}
</style>
background-color css
<style>
a { background-color: #81992B; }
a { background-color: rgb(129,153,43); }
div.DivClassName
{
background-color: #81992B;
}
.BgClassName
{
background-color: #81992B;
}
</style>
border-color css
<style>
span { border-color: #81992B; }
span { border-color: rgb(129,153,43); }
td.TdClassName
{
border-color: #81992B;
}
.TagClassName
{
border-color: #81992B;
}
</style>