Html Css Color HEX #827147 Shadow

📋 copy color: '#827147'

red 130 ◦ green 113 ◦ blue 71

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

Shades of Shadow #827147

Tints of Shadow #827147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 41.4%
G = 35.99%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#827147 (or 0x827147) is known color: Shadow. HEX triplet: 82, 71 and 47. RGB value is (130,113,71). Sum of RGB (Red+Green+Blue) = 130+113+71=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827147 is #7D8EB8. Grayscale: #717171. Windows color (decimal): -8228537 or 4682114. OLE color: 4682114.

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

Color convert

RGB 130 113 71 -
CMYK 0 0.13 0.45 0.49
HSL 42.71º 0.29% 0.39% -
HSV(B) 42.71º 0.45% 0.51% -
XYZ 16.25 17.01 8.39 -
YUV 113.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 130 113 71 0 0.13 0.45 0.49 42.71 0.29 0.39
Hex 82 71 47 0 D 2D 31 2B 1D 27
Octal 202 161 107 0 15 55 61 53 35 47
Binary 10000010 1110001 1000111 0 1101 101101 110001 101011 11101 100111

Color Harmonies of #827147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827147

Black with #827147

Text Example


Text Example

White with #827147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827147; }

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

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

background-color css

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

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

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

border-color css

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

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

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