Html Css Color HEX #808538 Wasabi

📋 copy color: '#808538'

red 128 ◦ green 133 ◦ blue 56

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

Shades of Wasabi #808538

Tints of Wasabi #808538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 40.38%
G = 41.96%
B = 17.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#808538 (or 0x808538) is known color: Wasabi. HEX triplet: 80, 85 and 38. RGB value is (128,133,56). Sum of RGB (Red+Green+Blue) = 128+133+56=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #808538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808538 is #7F7AC7. Grayscale: #7B7B7B. Windows color (decimal): -8354504 or 3704192. OLE color: 3704192.

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

Color convert

RGB 128 133 56 -
CMYK 0.04 0 0.58 0.48
HSL 63.9º 0.41% 0.37% -
HSV(B) 63.9º 0.58% 0.52% -
XYZ 18 21.65 6.97 -
YUV 122.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 128 133 56 0.04 0 0.58 0.48 63.9 0.41 0.37
Hex 80 85 38 4 0 3A 30 40 29 25
Octal 200 205 70 4 0 72 60 100 51 45
Binary 10000000 10000101 111000 100 0 111010 110000 1000000 101001 100101

Color Harmonies of #808538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808538

Black with #808538

Text Example


Text Example

White with #808538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808538; }

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

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

background-color css

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

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

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

border-color css

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

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

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