Html Css Color HEX #82724B Shadow

📋 copy color: '#82724B'

red 130 ◦ green 114 ◦ blue 75

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

Shades of Shadow #82724B

Tints of Shadow #82724B

RGB

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

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

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

R = 40.75%
G = 35.74%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82724B (or 0x82724B) is known color: Shadow. HEX triplet: 82, 72 and 4B. RGB value is (130,114,75). Sum of RGB (Red+Green+Blue) = 130+114+75=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82724B is #7D8DB4. Grayscale: #727272. Windows color (decimal): -8228277 or 4944514. OLE color: 4944514.

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

Color convert

RGB 130 114 75 -
CMYK 0 0.12 0.42 0.49
HSL 42.55º 0.27% 0.4% -
HSV(B) 42.55º 0.42% 0.51% -
XYZ 16.49 17.29 9.12 -
YUV 114.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 130 114 75 0 0.12 0.42 0.49 42.55 0.27 0.4
Hex 82 72 4B 0 C 2A 31 2B 1B 28
Octal 202 162 113 0 14 52 61 53 33 50
Binary 10000010 1110010 1001011 0 1100 101010 110001 101011 11011 101000

Color Harmonies of #82724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82724B

Black with #82724B

Text Example


Text Example

White with #82724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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