Html Css Color HEX #80813F Wasabi

📋 copy color: '#80813F'

red 128 ◦ green 129 ◦ blue 63

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

Shades of Wasabi #80813F

Tints of Wasabi #80813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.31%

 BLUE value IS 63 (25% from 255) = 19.69%

R = 40%
G = 40.31%
B = 19.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#80813F (or 0x80813F) is known color: Wasabi. HEX triplet: 80, 81 and 3F. RGB value is (128,129,63). Sum of RGB (Red+Green+Blue) = 128+129+63=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #80813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80813F is #7F7EC0. Grayscale: #797979. Windows color (decimal): -8355521 or 4161920. OLE color: 4161920.

HSL color Cylindrical-coordinate representation of color #80813F: hue angle of 60.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80813F is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 129 63 -
CMYK 0.01 0 0.51 0.49
HSL 60.91º 0.34% 0.38% -
HSV(B) 60.91º 0.51% 0.51% -
XYZ 17.65 20.65 7.76 -
YUV 121.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 128 129 63 0.01 0 0.51 0.49 60.91 0.34 0.38
Hex 80 81 3F 1 0 33 31 3D 22 26
Octal 200 201 77 1 0 63 61 75 42 46
Binary 10000000 10000001 111111 1 0 110011 110001 111101 100010 100110

Color Harmonies of #80813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80813F

Black with #80813F

Text Example


Text Example

White with #80813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80813F; }

 p { color: rgb(128,129,63); }

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

background-color css

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

 a { background-color: rgb(128,129,63); }

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

border-color css

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

 span { border-color: rgb(128,129,63); }

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