Html Css Color HEX #80873D Wasabi

📋 copy color: '#80873D'

red 128 ◦ green 135 ◦ blue 61

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

Shades of Wasabi #80873D

Tints of Wasabi #80873D

RGB

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

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

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

R = 39.51%
G = 41.67%
B = 18.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#80873D (or 0x80873D) is known color: Wasabi. HEX triplet: 80, 87 and 3D. RGB value is (128,135,61). Sum of RGB (Red+Green+Blue) = 128+135+61=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #80873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80873D is #7F78C2. Grayscale: #7C7C7C. Windows color (decimal): -8353987 or 4032384. OLE color: 4032384.

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

Color convert

RGB 128 135 61 -
CMYK 0.05 0 0.55 0.47
HSL 65.68º 0.38% 0.38% -
HSV(B) 65.68º 0.55% 0.53% -
XYZ 18.41 22.25 7.74 -
YUV 124.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 128 135 61 0.05 0 0.55 0.47 65.68 0.38 0.38
Hex 80 87 3D 5 0 37 2F 42 26 26
Octal 200 207 75 5 0 67 57 102 46 46
Binary 10000000 10000111 111101 101 0 110111 101111 1000010 100110 100110

Color Harmonies of #80873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80873D

Black with #80873D

Text Example


Text Example

White with #80873D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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