Html Css Color HEX #84912D Wasabi

📋 copy color: '#84912D'

red 132 ◦ green 145 ◦ blue 45

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

Shades of Wasabi #84912D

Tints of Wasabi #84912D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 40.99%
G = 45.03%
B = 13.98%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#84912D (or 0x84912D) is known color: Wasabi. HEX triplet: 84, 91 and 2D. RGB value is (132,145,45). Sum of RGB (Red+Green+Blue) = 132+145+45=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #84912D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84912D is #7B6ED2. Grayscale: #828282. Windows color (decimal): -8089299 or 2986372. OLE color: 2986372.

HSL color Cylindrical-coordinate representation of color #84912D: hue angle of 67.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84912D is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 45 -
CMYK 0.09 0 0.69 0.43
HSL 67.8º 0.53% 0.37% -
HSV(B) 67.8º 0.69% 0.57% -
XYZ 20.11 25.35 6.31 -
YUV 129.71 80.19 129.63 -
System Red Green Blue C M Y K H S L
Decimal 132 145 45 0.09 0 0.69 0.43 67.8 0.53 0.37
Hex 84 91 2D 9 0 45 2B 44 35 25
Octal 204 221 55 11 0 105 53 104 65 45
Binary 10000100 10010001 101101 1001 0 1000101 101011 1000100 110101 100101

Color Harmonies of #84912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84912D

Black with #84912D

Text Example


Text Example

White with #84912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84912D; }

 p { color: rgb(132,145,45); }

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

background-color css

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

 a { background-color: rgb(132,145,45); }

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

border-color css

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

 span { border-color: rgb(132,145,45); }

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