Html Css Color HEX #82853C Wasabi

📋 copy color: '#82853C'

red 130 ◦ green 133 ◦ blue 60

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

Shades of Wasabi #82853C

Tints of Wasabi #82853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 40.25%
G = 41.18%
B = 18.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#82853C (or 0x82853C) is known color: Wasabi. HEX triplet: 82, 85 and 3C. RGB value is (130,133,60). Sum of RGB (Red+Green+Blue) = 130+133+60=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #82853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82853C is #7D7AC3. Grayscale: #7C7C7C. Windows color (decimal): -8223428 or 3966338. OLE color: 3966338.

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

Color convert

RGB 130 133 60 -
CMYK 0.02 0 0.55 0.48
HSL 62.47º 0.38% 0.38% -
HSV(B) 62.47º 0.55% 0.52% -
XYZ 18.41 21.85 7.52 -
YUV 123.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 130 133 60 0.02 0 0.55 0.48 62.47 0.38 0.38
Hex 82 85 3C 2 0 37 30 3E 26 26
Octal 202 205 74 2 0 67 60 76 46 46
Binary 10000010 10000101 111100 10 0 110111 110000 111110 100110 100110

Color Harmonies of #82853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82853C

Black with #82853C

Text Example


Text Example

White with #82853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82853C;
 }
 .AnyTagClassName
 {
   color: #82853C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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