#81813C

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

Shades of Wasabi #81813C

Tints of Wasabi #81813C

Color information

#81813C (or 0x81813C) is unknown color: approx Wasabi. HEX triplet: 81, 81 and 3C. RGB value is (129,129,60). Sum of RGB (Red+Green+Blue) = 129+129+60=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 129 - color contains mainly: red, green. Hex color #81813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81813C is #7E7EC3. Grayscale: #797979. Windows color (decimal): -8289988 or 3965313. OLE color: 3965313.

HSL color Cylindrical-coordinate representation of color #81813C: hue angle of 60º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81813C is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB12912960-
CMYK000.530.49
HSL60º36.51%37.06%-
HSV(B)60º53.49%50.59%-
XYZ17.7220.697.34-
YUV121.1393.5133.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=40.57%
G=40.57%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912960000.530.496036.5137.06
Hex81813C0035313c2525
Octal20120174006561744545
Binary100000011000000111110000110101110001111100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81813C; }

 p { color: rgb(129,129,60); }

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

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

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

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

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

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

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