Html Css Color HEX #84744A Shadow

📋 copy color: '#84744A'

red 132 ◦ green 116 ◦ blue 74

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

Shades of Shadow #84744A

Tints of Shadow #84744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 74 (29.3% from 255) = 22.98%

R = 40.99%
G = 36.02%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#84744A (or 0x84744A) is known color: Shadow. HEX triplet: 84, 74 and 4A. RGB value is (132,116,74). Sum of RGB (Red+Green+Blue) = 132+116+74=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84744A is #7B8BB5. Grayscale: #747474. Windows color (decimal): -8096694 or 4879492. OLE color: 4879492.

HSL color Cylindrical-coordinate representation of color #84744A: hue angle of 43.45º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84744A is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 74 -
CMYK 0 0.12 0.44 0.48
HSL 43.45º 0.28% 0.4% -
HSV(B) 43.45º 0.44% 0.52% -
XYZ 17 17.89 9.04 -
YUV 116 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 132 116 74 0 0.12 0.44 0.48 43.45 0.28 0.4
Hex 84 74 4A 0 C 2C 30 2B 1C 28
Octal 204 164 112 0 14 54 60 53 34 50
Binary 10000100 1110100 1001010 0 1100 101100 110000 101011 11100 101000

Color Harmonies of #84744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84744A

Black with #84744A

Text Example


Text Example

White with #84744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84744A; }

 p { color: rgb(132,116,74); }

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

background-color css

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

 a { background-color: rgb(132,116,74); }

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

border-color css

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

 span { border-color: rgb(132,116,74); }

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