Html Css Color HEX #808348 Wasabi

📋 copy color: '#808348'

red 128 ◦ green 131 ◦ blue 72

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

Shades of Wasabi #808348

Tints of Wasabi #808348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

 BLUE value IS 72 (28.52% from 255) = 21.75%

R = 38.67%
G = 39.58%
B = 21.75%

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

#808348 (or 0x808348) is known color: Wasabi. HEX triplet: 80, 83 and 48. RGB value is (128,131,72). Sum of RGB (Red+Green+Blue) = 128+131+72=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #808348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808348 is #7F7CB7. Grayscale: #7B7B7B. Windows color (decimal): -8355000 or 4752256. OLE color: 4752256.

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

Color convert

RGB 128 131 72 -
CMYK 0.02 0 0.45 0.49
HSL 63.05º 0.29% 0.4% -
HSV(B) 63.05º 0.45% 0.51% -
XYZ 18.19 21.29 9.28 -
YUV 123.38 99.01 131.3 -
System Red Green Blue C M Y K H S L
Decimal 128 131 72 0.02 0 0.45 0.49 63.05 0.29 0.4
Hex 80 83 48 2 0 2D 31 3F 1D 28
Octal 200 203 110 2 0 55 61 77 35 50
Binary 10000000 10000011 1001000 10 0 101101 110001 111111 11101 101000

Color Harmonies of #808348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808348

Black with #808348

Text Example


Text Example

White with #808348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808348; }

 p { color: rgb(128,131,72); }

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

background-color css

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

 a { background-color: rgb(128,131,72); }

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

border-color css

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

 span { border-color: rgb(128,131,72); }

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