Html Css Color HEX #808534 Wasabi

📋 copy color: '#808534'

red 128 ◦ green 133 ◦ blue 52

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

Shades of Wasabi #808534

Tints of Wasabi #808534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 40.89%
G = 42.49%
B = 16.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#808534 (or 0x808534) is known color: Wasabi. HEX triplet: 80, 85 and 34. RGB value is (128,133,52). Sum of RGB (Red+Green+Blue) = 128+133+52=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #808534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808534 is #7F7ACB. Grayscale: #7A7A7A. Windows color (decimal): -8354508 or 3442048. OLE color: 3442048.

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

Color convert

RGB 128 133 52 -
CMYK 0.04 0 0.61 0.48
HSL 63.7º 0.44% 0.36% -
HSV(B) 63.7º 0.61% 0.52% -
XYZ 17.91 21.61 6.48 -
YUV 122.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 128 133 52 0.04 0 0.61 0.48 63.7 0.44 0.36
Hex 80 85 34 4 0 3D 30 40 2C 24
Octal 200 205 64 4 0 75 60 100 54 44
Binary 10000000 10000101 110100 100 0 111101 110000 1000000 101100 100100

Color Harmonies of #808534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808534

Black with #808534

Text Example


Text Example

White with #808534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808534; }

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

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

background-color css

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

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

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

border-color css

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

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

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