Html Css Color HEX #827357 Shadow

📋 copy color: '#827357'

red 130 ◦ green 115 ◦ blue 87

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

Shades of Shadow #827357

Tints of Shadow #827357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 39.16%
G = 34.64%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#827357 (or 0x827357) is known color: Shadow. HEX triplet: 82, 73 and 57. RGB value is (130,115,87). Sum of RGB (Red+Green+Blue) = 130+115+87=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827357 is #7D8CA8. Grayscale: #747474. Windows color (decimal): -8228009 or 5731202. OLE color: 5731202.

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

Color convert

RGB 130 115 87 -
CMYK 0 0.12 0.33 0.49
HSL 39.07º 0.2% 0.43% -
HSV(B) 39.07º 0.33% 0.51% -
XYZ 17.06 17.7 11.53 -
YUV 116.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 130 115 87 0 0.12 0.33 0.49 39.07 0.2 0.43
Hex 82 73 57 0 C 21 31 27 14 2B
Octal 202 163 127 0 14 41 61 47 24 53
Binary 10000010 1110011 1010111 0 1100 100001 110001 100111 10100 101011

Color Harmonies of #827357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827357

Black with #827357

Text Example


Text Example

White with #827357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827357; }

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

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

background-color css

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

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

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

border-color css

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

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

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