#81883A

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

Shades of Wasabi #81883A

Tints of Wasabi #81883A

Color information

#81883A (or 0x81883A) is unknown color: approx Wasabi. HEX triplet: 81, 88 and 3A. RGB value is (129,136,58). Sum of RGB (Red+Green+Blue) = 129+136+58=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #81883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81883A is #7E77C5. Grayscale: #7D7D7D. Windows color (decimal): -8288198 or 3836033. OLE color: 3836033.

HSL color Cylindrical-coordinate representation of color #81883A: hue angle of 65.38º 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 #81883A is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB12913658-
CMYK0.0500.570.47
HSL65.38º40.21%38.04%-
HSV(B)65.38º57.35%53.33%-
XYZ18.6222.587.38-
YUV125.0190.18130.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=39.94%
G=42.11%
B=17.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129136580.0500.570.4765.3840.2138.04
Hex81883A50392F412826
Octal201210725071571015046
Binary100000011000100011101010101110011011111000001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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