#82853B

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

Shades of Wasabi #82853B

Tints of Wasabi #82853B

Color information

#82853B (or 0x82853B) is unknown color: approx Wasabi. HEX triplet: 82, 85 and 3B. RGB value is (130,133,59). Sum of RGB (Red+Green+Blue) = 130+133+59=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #82853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82853B is #7D7AC4. Grayscale: #7B7B7B. Windows color (decimal): -8223429 or 3900802. OLE color: 3900802.

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

Color convert

RGB13013359-
CMYK0.0200.560.48
HSL62.43º38.54%37.65%-
HSV(B)62.43º55.64%52.16%-
XYZ18.3821.847.38-
YUV123.6791.51132.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=40.37%
G=41.30%
B=18.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133590.0200.560.4862.4338.5437.65
Hex82853B2038303e2726
Octal20220573207060764746
Binary1000001010000101111011100111000110000111110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82853B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82853B; }

 p { color: rgb(130,133,59); }

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

<style>
 a { background-color: #82853B; }

 a { background-color: rgb(130,133,59); }

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

<style>
 span { border-color: #82853B; }

 span { border-color: rgb(130,133,59); }

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