Html Css Color HEX #80853C Wasabi

📋 copy color: '#80853C'

red 128 ◦ green 133 ◦ blue 60

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

Shades of Wasabi #80853C

Tints of Wasabi #80853C

RGB

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

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

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

R = 39.88%
G = 41.43%
B = 18.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#80853C (or 0x80853C) is known color: Wasabi. HEX triplet: 80, 85 and 3C. RGB value is (128,133,60). Sum of RGB (Red+Green+Blue) = 128+133+60=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 133 - color contains mainly: green. Hex color #80853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80853C is #7F7AC3. Grayscale: #7B7B7B. Windows color (decimal): -8354500 or 3966336. OLE color: 3966336.

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

Color convert

RGB 128 133 60 -
CMYK 0.04 0 0.55 0.48
HSL 64.11º 0.38% 0.38% -
HSV(B) 64.11º 0.55% 0.52% -
XYZ 18.11 21.69 7.51 -
YUV 123.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 128 133 60 0.04 0 0.55 0.48 64.11 0.38 0.38
Hex 80 85 3C 4 0 37 30 40 26 26
Octal 200 205 74 4 0 67 60 100 46 46
Binary 10000000 10000101 111100 100 0 110111 110000 1000000 100110 100110

Color Harmonies of #80853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80853C

Black with #80853C

Text Example


Text Example

White with #80853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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