Html Css Color HEX #82724A Shadow

📋 copy color: '#82724A'

red 130 ◦ green 114 ◦ blue 74

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

Shades of Shadow #82724A

Tints of Shadow #82724A

RGB

 RED value IS 130 (51.17% from 255) = 40.88%

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

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

R = 40.88%
G = 35.85%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#82724A (or 0x82724A) is known color: Shadow. HEX triplet: 82, 72 and 4A. RGB value is (130,114,74). Sum of RGB (Red+Green+Blue) = 130+114+74=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #82724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82724A is #7D8DB5. Grayscale: #727272. Windows color (decimal): -8228278 or 4878978. OLE color: 4878978.

HSL color Cylindrical-coordinate representation of color #82724A: hue angle of 42.86º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82724A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 74 -
CMYK 0 0.12 0.43 0.49
HSL 42.86º 0.27% 0.4% -
HSV(B) 42.86º 0.43% 0.51% -
XYZ 16.46 17.27 8.95 -
YUV 114.22 105.3 139.25 -
System Red Green Blue C M Y K H S L
Decimal 130 114 74 0 0.12 0.43 0.49 42.86 0.27 0.4
Hex 82 72 4A 0 C 2B 31 2B 1B 28
Octal 202 162 112 0 14 53 61 53 33 50
Binary 10000010 1110010 1001010 0 1100 101011 110001 101011 11011 101000

Color Harmonies of #82724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82724A

Black with #82724A

Text Example


Text Example

White with #82724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,114,74); }

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

background-color css

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

 a { background-color: rgb(130,114,74); }

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

border-color css

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

 span { border-color: rgb(130,114,74); }

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