Html Css Color HEX #80853F Wasabi

📋 copy color: '#80853F'

red 128 ◦ green 133 ◦ blue 63

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

Shades of Wasabi #80853F

Tints of Wasabi #80853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.05%

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

R = 39.51%
G = 41.05%
B = 19.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#80853F (or 0x80853F) is known color: Wasabi. HEX triplet: 80, 85 and 3F. RGB value is (128,133,63). Sum of RGB (Red+Green+Blue) = 128+133+63=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #80853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80853F is #7F7AC0. Grayscale: #7B7B7B. Windows color (decimal): -8354497 or 4162944. OLE color: 4162944.

HSL color Cylindrical-coordinate representation of color #80853F: hue angle of 64.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80853F is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 63 -
CMYK 0.04 0 0.53 0.48
HSL 64.29º 0.36% 0.38% -
HSV(B) 64.29º 0.53% 0.52% -
XYZ 18.19 21.72 7.94 -
YUV 123.53 93.84 131.19 -
System Red Green Blue C M Y K H S L
Decimal 128 133 63 0.04 0 0.53 0.48 64.29 0.36 0.38
Hex 80 85 3F 4 0 35 30 40 24 26
Octal 200 205 77 4 0 65 60 100 44 46
Binary 10000000 10000101 111111 100 0 110101 110000 1000000 100100 100110

Color Harmonies of #80853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80853F

Black with #80853F

Text Example


Text Example

White with #80853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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