#82873D

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

Shades of Wasabi #82873D

Tints of Wasabi #82873D

Color information

#82873D (or 0x82873D) is unknown color: approx Wasabi. HEX triplet: 82, 87 and 3D. RGB value is (130,135,61). Sum of RGB (Red+Green+Blue) = 130+135+61=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #82873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82873D is #7D78C2. Grayscale: #7D7D7D. Windows color (decimal): -8222915 or 4032386. OLE color: 4032386.

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

Color convert

RGB13013561-
CMYK0.0400.550.47
HSL64.05º37.76%38.43%-
HSV(B)64.05º54.81%52.94%-
XYZ18.7122.417.75-
YUV125.0791.84131.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=39.88%
G=41.41%
B=18.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135610.0400.550.4764.0537.7638.43
Hex82873D40372F402626
Octal202207754067571004646
Binary100000101000011111110110001101111011111000000100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82873D; }

 p { color: rgb(130,135,61); }

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

<style>
 a { background-color: #82873D; }

 a { background-color: rgb(130,135,61); }

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

<style>
 span { border-color: #82873D; }

 span { border-color: rgb(130,135,61); }

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