Html Css Color HEX #808545 Wasabi

📋 copy color: '#808545'

red 128 ◦ green 133 ◦ blue 69

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

Shades of Wasabi #808545

Tints of Wasabi #808545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.91%

R = 38.79%
G = 40.3%
B = 20.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#808545 (or 0x808545) is known color: Wasabi. HEX triplet: 80, 85 and 45. RGB value is (128,133,69). Sum of RGB (Red+Green+Blue) = 128+133+69=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #808545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808545 is #7F7ABA. Grayscale: #7C7C7C. Windows color (decimal): -8354491 or 4556160. OLE color: 4556160.

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

Color convert

RGB 128 133 69 -
CMYK 0.04 0 0.48 0.48
HSL 64.69º 0.32% 0.4% -
HSV(B) 64.69º 0.48% 0.52% -
XYZ 18.36 21.79 8.87 -
YUV 124.21 96.84 130.7 -
System Red Green Blue C M Y K H S L
Decimal 128 133 69 0.04 0 0.48 0.48 64.69 0.32 0.4
Hex 80 85 45 4 0 30 30 41 20 28
Octal 200 205 105 4 0 60 60 101 40 50
Binary 10000000 10000101 1000101 100 0 110000 110000 1000001 100000 101000

Color Harmonies of #808545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808545

Black with #808545

Text Example


Text Example

White with #808545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808545; }

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

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

background-color css

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

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

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

border-color css

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

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

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