#82853E

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

Shades of Wasabi #82853E

Tints of Wasabi #82853E

Color information

#82853E (or 0x82853E) is unknown color: approx Wasabi. HEX triplet: 82, 85 and 3E. RGB value is (130,133,62). Sum of RGB (Red+Green+Blue) = 130+133+62=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #82853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82853E is #7D7AC1. Grayscale: #7C7C7C. Windows color (decimal): -8223426 or 4097410. OLE color: 4097410.

HSL color Cylindrical-coordinate representation of color #82853E: hue angle of 62.54º 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 #82853E is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13013362-
CMYK0.0200.530.48
HSL62.54º36.41%38.24%-
HSV(B)62.54º53.38%52.16%-
XYZ18.4621.877.81-
YUV124.0193.01132.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 62 (24.61% from 255) = 19.08%
R=40%
G=40.92%
B=19.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133620.0200.530.4862.5436.4138.24
Hex82853E2035303f2426
Octal20220576206560774446
Binary1000001010000101111110100110101110000111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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