#81843A

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

Shades of Wasabi #81843A

Tints of Wasabi #81843A

Color information

#81843A (or 0x81843A) is unknown color: approx Wasabi. HEX triplet: 81, 84 and 3A. RGB value is (129,132,58). Sum of RGB (Red+Green+Blue) = 129+132+58=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #81843A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81843A is #7E7BC5. Grayscale: #7A7A7A. Windows color (decimal): -8289222 or 3835009. OLE color: 3835009.

HSL color Cylindrical-coordinate representation of color #81843A: hue angle of 62.43º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81843A is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB12913258-
CMYK0.0200.560.48
HSL62.43º38.95%37.25%-
HSV(B)62.43º56.06%51.76%-
XYZ18.0721.487.2-
YUV122.6791.51132.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=40.44%
G=41.38%
B=18.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129132580.0200.560.4862.4338.9537.25
Hex81843A2038303e2725
Octal20120472207060764745
Binary1000000110000100111010100111000110000111110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81843A; }

 p { color: rgb(129,132,58); }

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

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

 a { background-color: rgb(129,132,58); }

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

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

 span { border-color: rgb(129,132,58); }

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