Html Css Color HEX #838640 Wasabi

📋 copy color: '#838640'

red 131 ◦ green 134 ◦ blue 64

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

Shades of Wasabi #838640

Tints of Wasabi #838640

RGB

 RED value IS 131 (51.56% from 255) = 39.82%

 GREEN value IS 134 (52.73% from 255) = 40.73%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 39.82%
G = 40.73%
B = 19.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#838640 (or 0x838640) is known color: Wasabi. HEX triplet: 83, 86 and 40. RGB value is (131,134,64). Sum of RGB (Red+Green+Blue) = 131+134+64=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #838640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838640 is #7C79BF. Grayscale: #7D7D7D. Windows color (decimal): -8157632 or 4228739. OLE color: 4228739.

HSL color Cylindrical-coordinate representation of color #838640: hue angle of 62.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #838640 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 134 64 -
CMYK 0.02 0 0.52 0.47
HSL 62.57º 0.35% 0.39% -
HSV(B) 62.57º 0.52% 0.53% -
XYZ 18.81 22.25 8.15 -
YUV 125.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 131 134 64 0.02 0 0.52 0.47 62.57 0.35 0.39
Hex 83 86 40 2 0 34 2F 3F 23 27
Octal 203 206 100 2 0 64 57 77 43 47
Binary 10000011 10000110 1000000 10 0 110100 101111 111111 100011 100111

Color Harmonies of #838640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838640

Black with #838640

Text Example


Text Example

White with #838640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838640; }

 p { color: rgb(131,134,64); }

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

background-color css

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

 a { background-color: rgb(131,134,64); }

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

border-color css

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

 span { border-color: rgb(131,134,64); }

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