#81813A

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

Shades of Wasabi #81813A

Tints of Wasabi #81813A

Color information

#81813A (or 0x81813A) is unknown color: approx Wasabi. HEX triplet: 81, 81 and 3A. RGB value is (129,129,58). Sum of RGB (Red+Green+Blue) = 129+129+58=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 129 - color contains mainly: red, green. Hex color #81813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81813A is #7E7EC5. Grayscale: #797979. Windows color (decimal): -8289990 or 3834241. OLE color: 3834241.

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

Color convert

RGB12912958-
CMYK000.550.49
HSL60º37.97%36.67%-
HSV(B)60º55.04%50.59%-
XYZ17.6720.677.06-
YUV120.9192.5133.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 58 (23.05% from 255) = 18.35%
R=40.82%
G=40.82%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912958000.550.496037.9736.67
Hex81813A0037313c2625
Octal20120172006761744645
Binary100000011000000111101000110111110001111100100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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