#81853E

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

Shades of Wasabi #81853E

Tints of Wasabi #81853E

Color information

#81853E (or 0x81853E) is unknown color: approx Wasabi. HEX triplet: 81, 85 and 3E. RGB value is (129,133,62). Sum of RGB (Red+Green+Blue) = 129+133+62=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #81853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81853E is #7E7AC1. Grayscale: #7B7B7B. Windows color (decimal): -8288962 or 4097409. OLE color: 4097409.

HSL color Cylindrical-coordinate representation of color #81853E: hue angle of 63.38º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81853E is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB12913362-
CMYK0.0300.530.48
HSL63.38º36.41%38.24%-
HSV(B)63.38º53.38%52.16%-
XYZ18.3121.797.8-
YUV123.7193.17131.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.81%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 62 (24.61% from 255) = 19.14%
R=39.81%
G=41.05%
B=19.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133620.0300.530.4863.3836.4138.24
Hex81853E3035303f2426
Octal20120576306560774446
Binary1000000110000101111110110110101110000111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81853E; }

 p { color: rgb(129,133,62); }

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

<style>
 a { background-color: #81853E; }

 a { background-color: rgb(129,133,62); }

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

<style>
 span { border-color: #81853E; }

 span { border-color: rgb(129,133,62); }

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