#848C3C

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

Shades of Wasabi #848C3C

Tints of Wasabi #848C3C

Color information

#848C3C (or 0x848C3C) is unknown color: approx Wasabi. HEX triplet: 84, 8C and 3C. RGB value is (132,140,60). Sum of RGB (Red+Green+Blue) = 132+140+60=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #848C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C3C is #7B73C3. Grayscale: #808080. Windows color (decimal): -8090564 or 3968132. OLE color: 3968132.

HSL color Cylindrical-coordinate representation of color #848C3C: hue angle of 66º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #848C3C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB13214060-
CMYK0.0600.570.45
HSL66º40%39.22%-
HSV(B)66º57.14%54.9%-
XYZ19.7123.997.87-
YUV128.4989.35130.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=39.76%
G=42.17%
B=18.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132140600.0600.570.45664039.22
Hex848C3C60392D422827
Octal204214746071551025047
Binary100001001000110011110011001110011011011000010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848C3C; }

 p { color: rgb(132,140,60); }

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

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

 a { background-color: rgb(132,140,60); }

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

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

 span { border-color: rgb(132,140,60); }

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