Html Css Color HEX #82853B Wasabi

📋 copy color: '#82853B'

red 130 ◦ green 133 ◦ blue 59

#82853B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #82853B

Tints of Wasabi #82853B

RGB

 RED value IS 130 (51.17% from 255) = 40.37%

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 59 (23.44% from 255) = 18.32%

R = 40.37%
G = 41.3%
B = 18.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#82853B (or 0x82853B) is known color: 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

RGB 130 133 59 -
CMYK 0.02 0 0.56 0.48
HSL 62.43º 0.39% 0.38% -
HSV(B) 62.43º 0.56% 0.52% -
XYZ 18.38 21.84 7.38 -
YUV 123.67 91.51 132.52 -
System Red Green Blue C M Y K H S L
Decimal 130 133 59 0.02 0 0.56 0.48 62.43 0.39 0.38
Hex 82 85 3B 2 0 38 30 3E 27 26
Octal 202 205 73 2 0 70 60 76 47 46
Binary 10000010 10000101 111011 10 0 111000 110000 111110 100111 100110

Color Harmonies of #82853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82853B

Black with #82853B

Text Example


Text Example

White with #82853B

Text Example


Text Example

HTML Codes & Css Web 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>