Html Css Color HEX #827356 Shadow

📋 copy color: '#827356'

red 130 ◦ green 115 ◦ blue 86

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

Shades of Shadow #827356

Tints of Shadow #827356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

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

R = 39.27%
G = 34.74%
B = 25.98%

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

#827356 (or 0x827356) is known color: Shadow. HEX triplet: 82, 73 and 56. RGB value is (130,115,86). Sum of RGB (Red+Green+Blue) = 130+115+86=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827356 is #7D8CA9. Grayscale: #747474. Windows color (decimal): -8228010 or 5665666. OLE color: 5665666.

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

Color convert

RGB 130 115 86 -
CMYK 0 0.12 0.34 0.49
HSL 39.55º 0.2% 0.42% -
HSV(B) 39.55º 0.34% 0.51% -
XYZ 17.02 17.68 11.32 -
YUV 116.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 130 115 86 0 0.12 0.34 0.49 39.55 0.2 0.42
Hex 82 73 56 0 C 22 31 28 14 2A
Octal 202 163 126 0 14 42 61 50 24 52
Binary 10000010 1110011 1010110 0 1100 100010 110001 101000 10100 101010

Color Harmonies of #827356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827356

Black with #827356

Text Example


Text Example

White with #827356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827356; }

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

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

background-color css

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

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

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

border-color css

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

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

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