Html Css Color HEX #848A3A Wasabi

📋 copy color: '#848A3A'

red 132 ◦ green 138 ◦ blue 58

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

Shades of Wasabi #848A3A

Tints of Wasabi #848A3A

RGB

 RED value IS 132 (51.95% from 255) = 40.24%

 GREEN value IS 138 (54.3% from 255) = 42.07%

 BLUE value IS 58 (23.05% from 255) = 17.68%

R = 40.24%
G = 42.07%
B = 17.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#848A3A (or 0x848A3A) is known color: Wasabi. HEX triplet: 84, 8A and 3A. RGB value is (132,138,58). Sum of RGB (Red+Green+Blue) = 132+138+58=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #848A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848A3A is #7B75C5. Grayscale: #7F7F7F. Windows color (decimal): -8091078 or 3836548. OLE color: 3836548.

HSL color Cylindrical-coordinate representation of color #848A3A: hue angle of 64.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #848A3A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 132 138 58 -
CMYK 0.04 0 0.58 0.46
HSL 64.5º 0.41% 0.38% -
HSV(B) 64.5º 0.58% 0.54% -
XYZ 19.37 23.39 7.5 -
YUV 127.09 89.01 131.5 -
System Red Green Blue C M Y K H S L
Decimal 132 138 58 0.04 0 0.58 0.46 64.5 0.41 0.38
Hex 84 8A 3A 4 0 3A 2E 40 29 26
Octal 204 212 72 4 0 72 56 100 51 46
Binary 10000100 10001010 111010 100 0 111010 101110 1000000 101001 100110

Color Harmonies of #848A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A3A

Black with #848A3A

Text Example


Text Example

White with #848A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848A3A; }

 p { color: rgb(132,138,58); }

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

background-color css

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

 a { background-color: rgb(132,138,58); }

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

border-color css

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

 span { border-color: rgb(132,138,58); }

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