#84884B

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

Shades of Wasabi #84884B

Tints of Wasabi #84884B

Color information

#84884B (or 0x84884B) is unknown color: approx Wasabi. HEX triplet: 84, 88 and 4B. RGB value is (132,136,75). Sum of RGB (Red+Green+Blue) = 132+136+75=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #84884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84884B is #7B77B4. Grayscale: #808080. Windows color (decimal): -8091573 or 4950148. OLE color: 4950148.

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

Color convert

RGB13213675-
CMYK0.0300.450.47
HSL63.93º28.91%41.37%-
HSV(B)63.93º44.85%53.33%-
XYZ19.5923.0210.07-
YUV127.8598.17130.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=38.48%
G=39.65%
B=21.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136750.0300.450.4763.9328.9141.37
Hex84884B302D2F401d29
Octal2042101133055571003551
Binary10000100100010001001011110101101101111100000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84884B; }

 p { color: rgb(132,136,75); }

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

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

 a { background-color: rgb(132,136,75); }

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

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

 span { border-color: rgb(132,136,75); }

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