#81863A

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

Shades of Wasabi #81863A

Tints of Wasabi #81863A

Color information

#81863A (or 0x81863A) is unknown color: approx Wasabi. HEX triplet: 81, 86 and 3A. RGB value is (129,134,58). Sum of RGB (Red+Green+Blue) = 129+134+58=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #81863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81863A is #7E79C5. Grayscale: #7C7C7C. Windows color (decimal): -8288710 or 3835521. OLE color: 3835521.

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

Color convert

RGB12913458-
CMYK0.0400.570.47
HSL63.95º39.58%37.65%-
HSV(B)63.95º56.72%52.55%-
XYZ18.3422.027.29-
YUV123.8490.84131.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=40.19%
G=41.74%
B=18.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134580.0400.570.4763.9539.5837.65
Hex81863A40392F402826
Octal201206724071571005046
Binary100000011000011011101010001110011011111000000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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