Html Css Color HEX #827550 Shadow

📋 copy color: '#827550'

red 130 ◦ green 117 ◦ blue 80

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

Shades of Shadow #827550

Tints of Shadow #827550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 80 (31.64% from 255) = 24.46%

R = 39.76%
G = 35.78%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#827550 (or 0x827550) is known color: Shadow. HEX triplet: 82, 75 and 50. RGB value is (130,117,80). Sum of RGB (Red+Green+Blue) = 130+117+80=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #827550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827550 is #7D8AAF. Grayscale: #747474. Windows color (decimal): -8227504 or 5272962. OLE color: 5272962.

HSL color Cylindrical-coordinate representation of color #827550: hue angle of 44.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827550 is Cyan = 0, Magento = 0.1, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 80 -
CMYK 0 0.1 0.38 0.49
HSL 44.4º 0.24% 0.41% -
HSV(B) 44.4º 0.38% 0.51% -
XYZ 17.02 18.05 10.18 -
YUV 116.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 130 117 80 0 0.1 0.38 0.49 44.4 0.24 0.41
Hex 82 75 50 0 A 26 31 2C 18 29
Octal 202 165 120 0 12 46 61 54 30 51
Binary 10000010 1110101 1010000 0 1010 100110 110001 101100 11000 101001

Color Harmonies of #827550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827550

Black with #827550

Text Example


Text Example

White with #827550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827550; }

 p { color: rgb(130,117,80); }

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

background-color css

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

 a { background-color: rgb(130,117,80); }

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

border-color css

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

 span { border-color: rgb(130,117,80); }

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