#81853A

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

Shades of Wasabi #81853A

Tints of Wasabi #81853A

Color information

#81853A (or 0x81853A) is unknown color: approx Wasabi. HEX triplet: 81, 85 and 3A. RGB value is (129,133,58). Sum of RGB (Red+Green+Blue) = 129+133+58=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #81853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81853A is #7E7AC5. Grayscale: #7B7B7B. Windows color (decimal): -8288966 or 3835265. OLE color: 3835265.

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

Color convert

RGB12913358-
CMYK0.0300.560.48
HSL63.2º39.27%37.45%-
HSV(B)63.2º56.39%52.16%-
XYZ18.221.757.24-
YUV123.2591.17132.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=40.31%
G=41.56%
B=18.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129133580.0300.560.4863.239.2737.45
Hex81853A3038303f2725
Octal20120572307060774745
Binary1000000110000101111010110111000110000111111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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