#848748

Color #848748 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #848748

Tints of Wasabi #848748

Color information

#848748 (or 0x848748) is unknown color: approx Wasabi. HEX triplet: 84, 87 and 48. RGB value is (132,135,72). Sum of RGB (Red+Green+Blue) = 132+135+72=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #848748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848748 is #7B78B7. Grayscale: #7F7F7F. Windows color (decimal): -8091832 or 4753284. OLE color: 4753284.

HSL color Cylindrical-coordinate representation of color #848748: hue angle of 62.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #848748 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13213572-
CMYK0.0200.470.47
HSL62.86º30.43%40.59%-
HSV(B)62.86º46.67%52.94%-
XYZ19.3522.79.49-
YUV126.9297.01131.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=38.94%
G=39.82%
B=21.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135720.0200.470.4762.8630.4340.59
Hex848748202F2F3f1e29
Octal204207110205757773651
Binary1000010010000111100100010010111110111111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848748; }

 p { color: rgb(132,135,72); }

 H1.HeaderClassName
 {
   color: #848748;
 }
 .AnyTagClassName
 {
   color: #848748;
 }
</style>
background-color css

<style>
 a { background-color: #848748; }

 a { background-color: rgb(132,135,72); }

 div.DivClassName
 {
   background-color: #848748;
 }
 .BgClassName
 {
   background-color: #848748;
 }
</style>
border-color css

<style>
 span { border-color: #848748; }

 span { border-color: rgb(132,135,72); }

 td.TdClassName
 {
   border-color: #848748;
 }
 .TagClassName
 {
   border-color: #848748;
 }
</style>