Html Css Color HEX #808838 Wasabi

📋 copy color: '#808838'

red 128 ◦ green 136 ◦ blue 56

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

Shades of Wasabi #808838

Tints of Wasabi #808838

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.5%

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

R = 40%
G = 42.5%
B = 17.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#808838 (or 0x808838) is known color: Wasabi. HEX triplet: 80, 88 and 38. RGB value is (128,136,56). Sum of RGB (Red+Green+Blue) = 128+136+56=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #808838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808838 is #7F77C7. Grayscale: #7C7C7C. Windows color (decimal): -8353736 or 3704960. OLE color: 3704960.

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

Color convert

RGB 128 136 56 -
CMYK 0.06 0 0.59 0.47
HSL 66º 0.42% 0.38% -
HSV(B) 66º 0.59% 0.53% -
XYZ 18.42 22.48 7.11 -
YUV 124.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 128 136 56 0.06 0 0.59 0.47 66 0.42 0.38
Hex 80 88 38 6 0 3B 2F 42 2A 26
Octal 200 210 70 6 0 73 57 102 52 46
Binary 10000000 10001000 111000 110 0 111011 101111 1000010 101010 100110

Color Harmonies of #808838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808838

Black with #808838

Text Example


Text Example

White with #808838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808838; }

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

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

background-color css

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

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

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

border-color css

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

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

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