Html Css Color HEX #826A47 Shadow

📋 copy color: '#826A47'

red 130 ◦ green 106 ◦ blue 71

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

Shades of Shadow #826A47

Tints of Shadow #826A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.53%

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

R = 42.35%
G = 34.53%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826A47 (or 0x826A47) is known color: Shadow. HEX triplet: 82, 6A and 47. RGB value is (130,106,71). Sum of RGB (Red+Green+Blue) = 130+106+71=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #826A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A47 is #7D95B8. Grayscale: #6D6D6D. Windows color (decimal): -8230329 or 4680322. OLE color: 4680322.

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

Color convert

RGB 130 106 71 -
CMYK 0 0.18 0.45 0.49
HSL 35.59º 0.29% 0.39% -
HSV(B) 35.59º 0.45% 0.51% -
XYZ 15.5 15.51 8.14 -
YUV 109.19 106.45 142.85 -
System Red Green Blue C M Y K H S L
Decimal 130 106 71 0 0.18 0.45 0.49 35.59 0.29 0.39
Hex 82 6A 47 0 12 2D 31 24 1D 27
Octal 202 152 107 0 22 55 61 44 35 47
Binary 10000010 1101010 1000111 0 10010 101101 110001 100100 11101 100111

Color Harmonies of #826A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826A47

Black with #826A47

Text Example


Text Example

White with #826A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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