Html Css Color HEX #827149 Shadow

📋 copy color: '#827149'

red 130 ◦ green 113 ◦ blue 73

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

Shades of Shadow #827149

Tints of Shadow #827149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 41.14%
G = 35.76%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#827149 (or 0x827149) is known color: Shadow. HEX triplet: 82, 71 and 49. RGB value is (130,113,73). Sum of RGB (Red+Green+Blue) = 130+113+73=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #827149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827149 is #7D8EB6. Grayscale: #717171. Windows color (decimal): -8228535 or 4813186. OLE color: 4813186.

HSL color Cylindrical-coordinate representation of color #827149: hue angle of 42.11º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827149 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 73 -
CMYK 0 0.13 0.44 0.49
HSL 42.11º 0.28% 0.4% -
HSV(B) 42.11º 0.44% 0.51% -
XYZ 16.31 17.04 8.73 -
YUV 113.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 130 113 73 0 0.13 0.44 0.49 42.11 0.28 0.4
Hex 82 71 49 0 D 2C 31 2A 1C 28
Octal 202 161 111 0 15 54 61 52 34 50
Binary 10000010 1110001 1001001 0 1101 101100 110001 101010 11100 101000

Color Harmonies of #827149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827149

Black with #827149

Text Example


Text Example

White with #827149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827149; }

 p { color: rgb(130,113,73); }

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

background-color css

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

 a { background-color: rgb(130,113,73); }

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

border-color css

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

 span { border-color: rgb(130,113,73); }

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