Html Css Color HEX #82894E Wasabi

📋 copy color: '#82894E'

red 130 ◦ green 137 ◦ blue 78

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

Shades of Wasabi #82894E

Tints of Wasabi #82894E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.71%

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 37.68%
G = 39.71%
B = 22.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#82894E (or 0x82894E) is known color: Wasabi. HEX triplet: 82, 89 and 4E. RGB value is (130,137,78). Sum of RGB (Red+Green+Blue) = 130+137+78=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #82894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82894E is #7D76B1. Grayscale: #808080. Windows color (decimal): -8222386 or 5147010. OLE color: 5147010.

HSL color Cylindrical-coordinate representation of color #82894E: hue angle of 67.12º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82894E is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 78 -
CMYK 0.05 0 0.43 0.46
HSL 67.12º 0.27% 0.42% -
HSV(B) 67.12º 0.43% 0.54% -
XYZ 19.53 23.19 10.65 -
YUV 128.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 130 137 78 0.05 0 0.43 0.46 67.12 0.27 0.42
Hex 82 89 4E 5 0 2B 2E 43 1B 2A
Octal 202 211 116 5 0 53 56 103 33 52
Binary 10000010 10001001 1001110 101 0 101011 101110 1000011 11011 101010

Color Harmonies of #82894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82894E

Black with #82894E

Text Example


Text Example

White with #82894E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,137,78); }

 H1.HeaderClassName
 {
   color: #82894E;
 }
 .AnyTagClassName
 {
   color: #82894E;
 }
</style>

background-color css

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

 a { background-color: rgb(130,137,78); }

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

border-color css

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

 span { border-color: rgb(130,137,78); }

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