#81863C

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

Shades of Wasabi #81863C

Tints of Wasabi #81863C

Color information

#81863C (or 0x81863C) is unknown color: approx Wasabi. HEX triplet: 81, 86 and 3C. RGB value is (129,134,60). Sum of RGB (Red+Green+Blue) = 129+134+60=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #81863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81863C is #7E79C3. Grayscale: #7C7C7C. Windows color (decimal): -8288708 or 3966593. OLE color: 3966593.

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

Color convert

RGB12913460-
CMYK0.0400.550.47
HSL64.05º38.14%38.04%-
HSV(B)64.05º55.22%52.55%-
XYZ18.3922.047.56-
YUV124.0791.84131.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 134 (52.73% from 255) = 41.49%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=39.94%
G=41.49%
B=18.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134600.0400.550.4764.0538.1438.04
Hex81863C40372F402626
Octal201206744067571004646
Binary100000011000011011110010001101111011111000000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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