#81833F

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

Shades of Wasabi #81833F

Tints of Wasabi #81833F

Color information

#81833F (or 0x81833F) is unknown color: approx Wasabi. HEX triplet: 81, 83 and 3F. RGB value is (129,131,63). Sum of RGB (Red+Green+Blue) = 129+131+63=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 131 - color contains mainly: green. Hex color #81833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81833F is #7E7CC0. Grayscale: #7A7A7A. Windows color (decimal): -8289473 or 4162433. OLE color: 4162433.

HSL color Cylindrical-coordinate representation of color #81833F: hue angle of 61.76º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81833F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB12913163-
CMYK0.0200.520.49
HSL61.76º35.05%38.04%-
HSV(B)61.76º51.91%51.37%-
XYZ18.0721.267.85-
YUV122.6594.34132.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 63 (25% from 255) = 19.50%
R=39.94%
G=40.56%
B=19.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131630.0200.520.4961.7635.0538.04
Hex81833F2034313e2326
Octal20120377206461764346
Binary1000000110000011111111100110100110001111110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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