Html Css Color HEX #82883C Wasabi

📋 copy color: '#82883C'

red 130 ◦ green 136 ◦ blue 60

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

Shades of Wasabi #82883C

Tints of Wasabi #82883C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.72%

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

R = 39.88%
G = 41.72%
B = 18.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#82883C (or 0x82883C) is known color: Wasabi. HEX triplet: 82, 88 and 3C. RGB value is (130,136,60). Sum of RGB (Red+Green+Blue) = 130+136+60=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #82883C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82883C is #7D77C3. Grayscale: #7D7D7D. Windows color (decimal): -8222660 or 3967106. OLE color: 3967106.

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

Color convert

RGB 130 136 60 -
CMYK 0.04 0 0.56 0.47
HSL 64.74º 0.39% 0.38% -
HSV(B) 64.74º 0.56% 0.53% -
XYZ 18.83 22.68 7.66 -
YUV 125.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 130 136 60 0.04 0 0.56 0.47 64.74 0.39 0.38
Hex 82 88 3C 4 0 38 2F 41 27 26
Octal 202 210 74 4 0 70 57 101 47 46
Binary 10000010 10001000 111100 100 0 111000 101111 1000001 100111 100110

Color Harmonies of #82883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82883C

Black with #82883C

Text Example


Text Example

White with #82883C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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