Html Css Color HEX #827256 Shadow

📋 copy color: '#827256'

red 130 ◦ green 114 ◦ blue 86

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

Shades of Shadow #827256

Tints of Shadow #827256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.55%

 BLUE value IS 86 (33.98% from 255) = 26.06%

R = 39.39%
G = 34.55%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#827256 (or 0x827256) is known color: Shadow. HEX triplet: 82, 72 and 56. RGB value is (130,114,86). Sum of RGB (Red+Green+Blue) = 130+114+86=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #827256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827256 is #7D8DA9. Grayscale: #737373. Windows color (decimal): -8228266 or 5665410. OLE color: 5665410.

HSL color Cylindrical-coordinate representation of color #827256: hue angle of 38.18º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827256 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 86 -
CMYK 0 0.12 0.34 0.49
HSL 38.18º 0.2% 0.42% -
HSV(B) 38.18º 0.34% 0.51% -
XYZ 16.9 17.45 11.28 -
YUV 115.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 130 114 86 0 0.12 0.34 0.49 38.18 0.2 0.42
Hex 82 72 56 0 C 22 31 26 14 2A
Octal 202 162 126 0 14 42 61 46 24 52
Binary 10000010 1110010 1010110 0 1100 100010 110001 100110 10100 101010

Color Harmonies of #827256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827256

Black with #827256

Text Example


Text Example

White with #827256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827256; }

 p { color: rgb(130,114,86); }

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

background-color css

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

 a { background-color: rgb(130,114,86); }

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

border-color css

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

 span { border-color: rgb(130,114,86); }

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