#848534

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

Shades of Wasabi #848534

Tints of Wasabi #848534

Color information

#848534 (or 0x848534) is unknown color: approx Wasabi. HEX triplet: 84, 85 and 34. RGB value is (132,133,52). Sum of RGB (Red+Green+Blue) = 132+133+52=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #848534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848534 is #7B7ACB. Grayscale: #7B7B7B. Windows color (decimal): -8092364 or 3442052. OLE color: 3442052.

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

Color convert

RGB13213352-
CMYK0.0100.610.48
HSL60.74º43.78%36.27%-
HSV(B)60.74º60.9%52.16%-
XYZ18.5221.936.51-
YUV123.4787.67134.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=41.64%
G=41.96%
B=16.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133520.0100.610.4860.7443.7836.27
Hex848534103D303d2c24
Octal20420564107560755444
Binary100001001000010111010010111101110000111101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848534; }

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

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

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

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

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

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

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

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