Html Css Color HEX #82873C Wasabi

📋 copy color: '#82873C'

red 130 ◦ green 135 ◦ blue 60

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

Shades of Wasabi #82873C

Tints of Wasabi #82873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.54%

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

R = 40%
G = 41.54%
B = 18.46%

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

#82873C (or 0x82873C) is known color: Wasabi. HEX triplet: 82, 87 and 3C. RGB value is (130,135,60). Sum of RGB (Red+Green+Blue) = 130+135+60=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #82873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82873C is #7D78C3. Grayscale: #7D7D7D. Windows color (decimal): -8222916 or 3966850. OLE color: 3966850.

HSL color Cylindrical-coordinate representation of color #82873C: hue angle of 64º degrees, saturation: 0.38, 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 #82873C is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 135 60 -
CMYK 0.04 0 0.56 0.47
HSL 64º 0.38% 0.38% -
HSV(B) 64º 0.56% 0.53% -
XYZ 18.69 22.4 7.61 -
YUV 124.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 130 135 60 0.04 0 0.56 0.47 64 0.38 0.38
Hex 82 87 3C 4 0 38 2F 40 26 26
Octal 202 207 74 4 0 70 57 100 46 46
Binary 10000010 10000111 111100 100 0 111000 101111 1000000 100110 100110

Color Harmonies of #82873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82873C

Black with #82873C

Text Example


Text Example

White with #82873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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