Html Css Color HEX #80883D Wasabi

📋 copy color: '#80883D'

red 128 ◦ green 136 ◦ blue 61

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

Shades of Wasabi #80883D

Tints of Wasabi #80883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

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

R = 39.38%
G = 41.85%
B = 18.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#80883D (or 0x80883D) is known color: Wasabi. HEX triplet: 80, 88 and 3D. RGB value is (128,136,61). Sum of RGB (Red+Green+Blue) = 128+136+61=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #80883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80883D is #7F77C2. Grayscale: #7D7D7D. Windows color (decimal): -8353731 or 4032640. OLE color: 4032640.

HSL color Cylindrical-coordinate representation of color #80883D: hue angle of 66.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80883D is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 61 -
CMYK 0.06 0 0.55 0.47
HSL 66.4º 0.38% 0.39% -
HSV(B) 66.4º 0.55% 0.53% -
XYZ 18.55 22.53 7.79 -
YUV 125.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 128 136 61 0.06 0 0.55 0.47 66.4 0.38 0.39
Hex 80 88 3D 6 0 37 2F 42 26 27
Octal 200 210 75 6 0 67 57 102 46 47
Binary 10000000 10001000 111101 110 0 110111 101111 1000010 100110 100111

Color Harmonies of #80883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80883D

Black with #80883D

Text Example


Text Example

White with #80883D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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