Html Css Color HEX #808247 Wasabi

📋 copy color: '#808247'

red 128 ◦ green 130 ◦ blue 71

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

Shades of Wasabi #808247

Tints of Wasabi #808247

RGB

 RED value IS 128 (50.39% from 255) = 38.91%

 GREEN value IS 130 (51.17% from 255) = 39.51%

 BLUE value IS 71 (28.13% from 255) = 21.58%

R = 38.91%
G = 39.51%
B = 21.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#808247 (or 0x808247) is known color: Wasabi. HEX triplet: 80, 82 and 47. RGB value is (128,130,71). Sum of RGB (Red+Green+Blue) = 128+130+71=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #808247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808247 is #7F7DB8. Grayscale: #7A7A7A. Windows color (decimal): -8355257 or 4686464. OLE color: 4686464.

HSL color Cylindrical-coordinate representation of color #808247: hue angle of 62.03º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #808247 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 71 -
CMYK 0.02 0 0.45 0.49
HSL 62.03º 0.29% 0.39% -
HSV(B) 62.03º 0.45% 0.51% -
XYZ 18.02 21.01 9.07 -
YUV 122.68 98.84 131.8 -
System Red Green Blue C M Y K H S L
Decimal 128 130 71 0.02 0 0.45 0.49 62.03 0.29 0.39
Hex 80 82 47 2 0 2D 31 3E 1D 27
Octal 200 202 107 2 0 55 61 76 35 47
Binary 10000000 10000010 1000111 10 0 101101 110001 111110 11101 100111

Color Harmonies of #808247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808247

Black with #808247

Text Example


Text Example

White with #808247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808247; }

 p { color: rgb(128,130,71); }

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

background-color css

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

 a { background-color: rgb(128,130,71); }

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

border-color css

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

 span { border-color: rgb(128,130,71); }

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