#81873F

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

Shades of Wasabi #81873F

Tints of Wasabi #81873F

Color information

#81873F (or 0x81873F) is unknown color: approx Wasabi. HEX triplet: 81, 87 and 3F. RGB value is (129,135,63). Sum of RGB (Red+Green+Blue) = 129+135+63=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #81873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81873F is #7E78C0. Grayscale: #7D7D7D. Windows color (decimal): -8288449 or 4163457. OLE color: 4163457.

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

Color convert

RGB12913563-
CMYK0.0400.530.47
HSL65º36.36%38.82%-
HSV(B)65º53.33%52.94%-
XYZ18.6122.358.04-
YUV12593.01130.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 63 (25% from 255) = 19.27%
R=39.45%
G=41.28%
B=19.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135630.0400.530.476536.3638.82
Hex81873F40352F412427
Octal201207774065571014447
Binary100000011000011111111110001101011011111000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81873F; }

 p { color: rgb(129,135,63); }

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

<style>
 a { background-color: #81873F; }

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

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

<style>
 span { border-color: #81873F; }

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

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