Html Css Color HEX #838541 Wasabi

📋 copy color: '#838541'

red 131 ◦ green 133 ◦ blue 65

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

Shades of Wasabi #838541

Tints of Wasabi #838541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 39.82%
G = 40.43%
B = 19.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#838541 (or 0x838541) is known color: Wasabi. HEX triplet: 83, 85 and 41. RGB value is (131,133,65). Sum of RGB (Red+Green+Blue) = 131+133+65=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 133 - color contains mainly: green. Hex color #838541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838541 is #7C7ABE. Grayscale: #7C7C7C. Windows color (decimal): -8157887 or 4294019. OLE color: 4294019.

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

Color convert

RGB 131 133 65 -
CMYK 0.02 0 0.51 0.48
HSL 61.76º 0.34% 0.39% -
HSV(B) 61.76º 0.51% 0.52% -
XYZ 18.7 21.98 8.26 -
YUV 124.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 131 133 65 0.02 0 0.51 0.48 61.76 0.34 0.39
Hex 83 85 41 2 0 33 30 3E 22 27
Octal 203 205 101 2 0 63 60 76 42 47
Binary 10000011 10000101 1000001 10 0 110011 110000 111110 100010 100111

Color Harmonies of #838541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838541

Black with #838541

Text Example


Text Example

White with #838541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838541; }

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

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

background-color css

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

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

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

border-color css

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

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

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