Shades of Sushi #82992D
Tints of Sushi #82992D
RGB
CMYK
RGB Variations
Color information
#82992D (or 0x82992D) is known color: Sushi. HEX triplet: 82, 99 and 2D. RGB value is (130,153,45). Sum of RGB (Red+Green+Blue) = 130+153+45=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #82992D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82992D is #7D66D2. Grayscale: #868686. Windows color (decimal): -8218323 or 2988418. OLE color: 2988418.
HSL color Cylindrical-coordinate representation of color #82992D: hue angle of 72.78º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82992D is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 45 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.4 |
| HSL | 72.78º | 0.55% | 0.39% | - |
| HSV(B) | 72.78º | 0.71% | 0.6% | - |
| XYZ | 21.07 | 27.72 | 6.72 | - |
| YUV | 133.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 45 | 0.15 | 0 | 0.71 | 0.4 | 72.78 | 0.55 | 0.39 |
| Hex | 82 | 99 | 2D | F | 0 | 47 | 28 | 49 | 37 | 27 |
| Octal | 202 | 231 | 55 | 17 | 0 | 107 | 50 | 111 | 67 | 47 |
| Binary | 10000010 | 10011001 | 101101 | 1111 | 0 | 1000111 | 101000 | 1001001 | 110111 | 100111 |
Color Harmonies of #82992D
Complementary color
Monochromatic Colors of #82992D
Black with #82992D
Text Example
Text Example
White with #82992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82992D; }
p { color: rgb(130,153,45); }
H1.HeaderClassName
{
color: #82992D;
}
.AnyTagClassName
{
color: #82992D;
}
</style>
background-color css
<style>
a { background-color: #82992D; }
a { background-color: rgb(130,153,45); }
div.DivClassName
{
background-color: #82992D;
}
.BgClassName
{
background-color: #82992D;
}
</style>
border-color css
<style>
span { border-color: #82992D; }
span { border-color: rgb(130,153,45); }
td.TdClassName
{
border-color: #82992D;
}
.TagClassName
{
border-color: #82992D;
}
</style>