#848536

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

Shades of Wasabi #848536

Tints of Wasabi #848536

Color information

#848536 (or 0x848536) is unknown color: approx Wasabi. HEX triplet: 84, 85 and 36. RGB value is (132,133,54). Sum of RGB (Red+Green+Blue) = 132+133+54=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #848536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848536 is #7B7AC9. Grayscale: #7C7C7C. Windows color (decimal): -8092362 or 3573124. OLE color: 3573124.

HSL color Cylindrical-coordinate representation of color #848536: hue angle of 60.76º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #848536 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB13213354-
CMYK0.0100.590.48
HSL60.76º42.25%36.67%-
HSV(B)60.76º59.4%52.16%-
XYZ18.5721.956.75-
YUV123.788.67133.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 54 (21.48% from 255) = 16.93%
R=41.38%
G=41.69%
B=16.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133540.0100.590.4860.7642.2536.67
Hex848536103B303d2a25
Octal20420566107360755245
Binary100001001000010111011010111011110000111101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848536; }

 p { color: rgb(132,133,54); }

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

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

 a { background-color: rgb(132,133,54); }

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

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

 span { border-color: rgb(132,133,54); }

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