Html Css Color HEX #80873C Wasabi

📋 copy color: '#80873C'

red 128 ◦ green 135 ◦ blue 60

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

Shades of Wasabi #80873C

Tints of Wasabi #80873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

 BLUE value IS 60 (23.83% from 255) = 18.58%

R = 39.63%
G = 41.8%
B = 18.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#80873C (or 0x80873C) is known color: Wasabi. HEX triplet: 80, 87 and 3C. RGB value is (128,135,60). Sum of RGB (Red+Green+Blue) = 128+135+60=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 135 - color contains mainly: green. Hex color #80873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80873C is #7F78C3. Grayscale: #7C7C7C. Windows color (decimal): -8353988 or 3966848. OLE color: 3966848.

HSL color Cylindrical-coordinate representation of color #80873C: hue angle of 65.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80873C is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 60 -
CMYK 0.05 0 0.56 0.47
HSL 65.6º 0.38% 0.38% -
HSV(B) 65.6º 0.56% 0.53% -
XYZ 18.38 22.24 7.6 -
YUV 124.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 128 135 60 0.05 0 0.56 0.47 65.6 0.38 0.38
Hex 80 87 3C 5 0 38 2F 42 26 26
Octal 200 207 74 5 0 70 57 102 46 46
Binary 10000000 10000111 111100 101 0 111000 101111 1000010 100110 100110

Color Harmonies of #80873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80873C

Black with #80873C

Text Example


Text Example

White with #80873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80873C; }

 p { color: rgb(128,135,60); }

 H1.HeaderClassName
 {
   color: #80873C;
 }
 .AnyTagClassName
 {
   color: #80873C;
 }
</style>

background-color css

<style>
 a { background-color: #80873C; }

 a { background-color: rgb(128,135,60); }

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

border-color css

<style>
 span { border-color: #80873C; }

 span { border-color: rgb(128,135,60); }

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