Html Css Color HEX #84724B Shadow

📋 copy color: '#84724B'

red 132 ◦ green 114 ◦ blue 75

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

Shades of Shadow #84724B

Tints of Shadow #84724B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 41.12%
G = 35.51%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84724B (or 0x84724B) is known color: Shadow. HEX triplet: 84, 72 and 4B. RGB value is (132,114,75). Sum of RGB (Red+Green+Blue) = 132+114+75=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84724B is #7B8DB4. Grayscale: #737373. Windows color (decimal): -8097205 or 4944516. OLE color: 4944516.

HSL color Cylindrical-coordinate representation of color #84724B: hue angle of 41.05º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84724B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 114 75 -
CMYK 0 0.14 0.43 0.48
HSL 41.05º 0.28% 0.41% -
HSV(B) 41.05º 0.43% 0.52% -
XYZ 16.8 17.45 9.14 -
YUV 114.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 132 114 75 0 0.14 0.43 0.48 41.05 0.28 0.41
Hex 84 72 4B 0 E 2B 30 29 1C 29
Octal 204 162 113 0 16 53 60 51 34 51
Binary 10000100 1110010 1001011 0 1110 101011 110000 101001 11100 101001

Color Harmonies of #84724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84724B

Black with #84724B

Text Example


Text Example

White with #84724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84724B; }

 p { color: rgb(132,114,75); }

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

background-color css

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

 a { background-color: rgb(132,114,75); }

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

border-color css

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

 span { border-color: rgb(132,114,75); }

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