#81823F

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

Shades of Wasabi #81823F

Tints of Wasabi #81823F

Color information

#81823F (or 0x81823F) is unknown color: approx Wasabi. HEX triplet: 81, 82 and 3F. RGB value is (129,130,63). Sum of RGB (Red+Green+Blue) = 129+130+63=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #81823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81823F is #7E7DC0. Grayscale: #7A7A7A. Windows color (decimal): -8289729 or 4162177. OLE color: 4162177.

HSL color Cylindrical-coordinate representation of color #81823F: hue angle of 60.9º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81823F is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB12913063-
CMYK0.0100.520.49
HSL60.9º34.72%37.84%-
HSV(B)60.9º51.54%50.98%-
XYZ17.9320.997.81-
YUV122.0694.67132.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 63 (25% from 255) = 19.57%
R=40.06%
G=40.37%
B=19.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130630.0100.520.4960.934.7237.84
Hex81823F1034313d2326
Octal20120277106461754346
Binary100000011000001011111110110100110001111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81823F; }

 p { color: rgb(129,130,63); }

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

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

 a { background-color: rgb(129,130,63); }

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

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

 span { border-color: rgb(129,130,63); }

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