Html Css Color HEX #826C47 Shadow

📋 copy color: '#826C47'

red 130 ◦ green 108 ◦ blue 71

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

Shades of Shadow #826C47

Tints of Shadow #826C47

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 42.07%
G = 34.95%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#826C47 (or 0x826C47) is known color: Shadow. HEX triplet: 82, 6C and 47. RGB value is (130,108,71). Sum of RGB (Red+Green+Blue) = 130+108+71=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #826C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826C47 is #7D93B8. Grayscale: #6E6E6E. Windows color (decimal): -8229817 or 4680834. OLE color: 4680834.

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

Color convert

RGB 130 108 71 -
CMYK 0 0.17 0.45 0.49
HSL 37.63º 0.29% 0.39% -
HSV(B) 37.63º 0.45% 0.51% -
XYZ 15.71 15.93 8.21 -
YUV 110.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 130 108 71 0 0.17 0.45 0.49 37.63 0.29 0.39
Hex 82 6C 47 0 11 2D 31 26 1D 27
Octal 202 154 107 0 21 55 61 46 35 47
Binary 10000010 1101100 1000111 0 10001 101101 110001 100110 11101 100111

Color Harmonies of #826C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C47

Black with #826C47

Text Example


Text Example

White with #826C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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