Html Css Color HEX #80853D Wasabi

📋 copy color: '#80853D'

red 128 ◦ green 133 ◦ blue 61

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

Shades of Wasabi #80853D

Tints of Wasabi #80853D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 39.75%
G = 41.3%
B = 18.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#80853D (or 0x80853D) is known color: Wasabi. HEX triplet: 80, 85 and 3D. RGB value is (128,133,61). Sum of RGB (Red+Green+Blue) = 128+133+61=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #80853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80853D is #7F7AC2. Grayscale: #7B7B7B. Windows color (decimal): -8354499 or 4031872. OLE color: 4031872.

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

Color convert

RGB 128 133 61 -
CMYK 0.04 0 0.54 0.48
HSL 64.17º 0.37% 0.38% -
HSV(B) 64.17º 0.54% 0.52% -
XYZ 18.13 21.7 7.65 -
YUV 123.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 128 133 61 0.04 0 0.54 0.48 64.17 0.37 0.38
Hex 80 85 3D 4 0 36 30 40 25 26
Octal 200 205 75 4 0 66 60 100 45 46
Binary 10000000 10000101 111101 100 0 110110 110000 1000000 100101 100110

Color Harmonies of #80853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80853D

Black with #80853D

Text Example


Text Example

White with #80853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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