Html Css Color HEX #80883A Wasabi

📋 copy color: '#80883A'

red 128 ◦ green 136 ◦ blue 58

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

Shades of Wasabi #80883A

Tints of Wasabi #80883A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 39.75%
G = 42.24%
B = 18.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#80883A (or 0x80883A) is known color: Wasabi. HEX triplet: 80, 88 and 3A. RGB value is (128,136,58). Sum of RGB (Red+Green+Blue) = 128+136+58=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #80883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80883A is #7F77C5. Grayscale: #7D7D7D. Windows color (decimal): -8353734 or 3836032. OLE color: 3836032.

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

Color convert

RGB 128 136 58 -
CMYK 0.06 0 0.57 0.47
HSL 66.15º 0.4% 0.38% -
HSV(B) 66.15º 0.57% 0.53% -
XYZ 18.47 22.5 7.37 -
YUV 124.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 128 136 58 0.06 0 0.57 0.47 66.15 0.4 0.38
Hex 80 88 3A 6 0 39 2F 42 28 26
Octal 200 210 72 6 0 71 57 102 50 46
Binary 10000000 10001000 111010 110 0 111001 101111 1000010 101000 100110

Color Harmonies of #80883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80883A

Black with #80883A

Text Example


Text Example

White with #80883A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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