Html Css Color HEX #826947 Shadow

📋 copy color: '#826947'

red 130 ◦ green 105 ◦ blue 71

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

Shades of Shadow #826947

Tints of Shadow #826947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 42.48%
G = 34.31%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826947 (or 0x826947) is known color: Shadow. HEX triplet: 82, 69 and 47. RGB value is (130,105,71). Sum of RGB (Red+Green+Blue) = 130+105+71=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #826947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826947 is #7D96B8. Grayscale: #6C6C6C. Windows color (decimal): -8230585 or 4680066. OLE color: 4680066.

HSL color Cylindrical-coordinate representation of color #826947: hue angle of 34.58º 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 #826947 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 71 -
CMYK 0 0.19 0.45 0.49
HSL 34.58º 0.29% 0.39% -
HSV(B) 34.58º 0.45% 0.51% -
XYZ 15.39 15.3 8.1 -
YUV 108.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 130 105 71 0 0.19 0.45 0.49 34.58 0.29 0.39
Hex 82 69 47 0 13 2D 31 23 1D 27
Octal 202 151 107 0 23 55 61 43 35 47
Binary 10000010 1101001 1000111 0 10011 101101 110001 100011 11101 100111

Color Harmonies of #826947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826947

Black with #826947

Text Example


Text Example

White with #826947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826947; }

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

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

background-color css

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

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

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

border-color css

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

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

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