Html Css Color HEX #838540 Wasabi

📋 copy color: '#838540'

red 131 ◦ green 133 ◦ blue 64

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

Shades of Wasabi #838540

Tints of Wasabi #838540

RGB

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

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

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

R = 39.94%
G = 40.55%
B = 19.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#838540 (or 0x838540) is known color: Wasabi. HEX triplet: 83, 85 and 40. RGB value is (131,133,64). Sum of RGB (Red+Green+Blue) = 131+133+64=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #838540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838540 is #7C7ABF. Grayscale: #7C7C7C. Windows color (decimal): -8157888 or 4228483. OLE color: 4228483.

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

Color convert

RGB 131 133 64 -
CMYK 0.02 0 0.52 0.48
HSL 61.74º 0.35% 0.39% -
HSV(B) 61.74º 0.52% 0.52% -
XYZ 18.67 21.97 8.11 -
YUV 124.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 131 133 64 0.02 0 0.52 0.48 61.74 0.35 0.39
Hex 83 85 40 2 0 34 30 3E 23 27
Octal 203 205 100 2 0 64 60 76 43 47
Binary 10000011 10000101 1000000 10 0 110100 110000 111110 100011 100111

Color Harmonies of #838540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838540

Black with #838540

Text Example


Text Example

White with #838540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838540; }

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

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

background-color css

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

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

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

border-color css

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

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

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