#81863D

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

Shades of Wasabi #81863D

Tints of Wasabi #81863D

Color information

#81863D (or 0x81863D) is unknown color: approx Wasabi. HEX triplet: 81, 86 and 3D. RGB value is (129,134,61). Sum of RGB (Red+Green+Blue) = 129+134+61=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #81863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81863D is #7E79C2. Grayscale: #7C7C7C. Windows color (decimal): -8288707 or 4032129. OLE color: 4032129.

HSL color Cylindrical-coordinate representation of color #81863D: hue angle of 64.11º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81863D is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB12913461-
CMYK0.0400.540.47
HSL64.11º37.44%38.24%-
HSV(B)64.11º54.48%52.55%-
XYZ18.4222.057.7-
YUV124.1892.34131.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=39.81%
G=41.36%
B=18.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134610.0400.540.4764.1137.4438.24
Hex81863D40362F402526
Octal201206754066571004546
Binary100000011000011011110110001101101011111000000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81863D; }

 p { color: rgb(129,134,61); }

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

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

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

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

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

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

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