Shades of Wasabi #848538
Tints of Wasabi #848538
RGB
CMYK
RGB Variations
Color information
#848538 (or 0x848538) is known color: Wasabi. HEX triplet: 84, 85 and 38. RGB value is (132,133,56). Sum of RGB (Red+Green+Blue) = 132+133+56=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #848538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848538 is #7B7AC7. Grayscale: #7C7C7C. Windows color (decimal): -8092360 or 3704196. OLE color: 3704196.
HSL color Cylindrical-coordinate representation of color #848538: hue angle of 60.78º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #848538 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 56 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.48 |
| HSL | 60.78º | 0.41% | 0.37% | - |
| HSV(B) | 60.78º | 0.58% | 0.52% | - |
| XYZ | 18.62 | 21.97 | 7 | - |
| YUV | 123.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 56 | 0.01 | 0 | 0.58 | 0.48 | 60.78 | 0.41 | 0.37 |
| Hex | 84 | 85 | 38 | 1 | 0 | 3A | 30 | 3D | 29 | 25 |
| Octal | 204 | 205 | 70 | 1 | 0 | 72 | 60 | 75 | 51 | 45 |
| Binary | 10000100 | 10000101 | 111000 | 1 | 0 | 111010 | 110000 | 111101 | 101001 | 100101 |
Color Harmonies of #848538
Complementary color
Monochromatic Colors of #848538
Black with #848538
Text Example
Text Example
White with #848538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848538; }
p { color: rgb(132,133,56); }
H1.HeaderClassName
{
color: #848538;
}
.AnyTagClassName
{
color: #848538;
}
</style>
background-color css
<style>
a { background-color: #848538; }
a { background-color: rgb(132,133,56); }
div.DivClassName
{
background-color: #848538;
}
.BgClassName
{
background-color: #848538;
}
</style>
border-color css
<style>
span { border-color: #848538; }
span { border-color: rgb(132,133,56); }
td.TdClassName
{
border-color: #848538;
}
.TagClassName
{
border-color: #848538;
}
</style>