Html Css Color HEX #827555 Shadow

📋 copy color: '#827555'

red 130 ◦ green 117 ◦ blue 85

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

Shades of Shadow #827555

Tints of Shadow #827555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 39.16%
G = 35.24%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#827555 (or 0x827555) is known color: Shadow. HEX triplet: 82, 75 and 55. RGB value is (130,117,85). Sum of RGB (Red+Green+Blue) = 130+117+85=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827555 is #7D8AAA. Grayscale: #757575. Windows color (decimal): -8227499 or 5600642. OLE color: 5600642.

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

Color convert

RGB 130 117 85 -
CMYK 0 0.1 0.35 0.49
HSL 42.67º 0.21% 0.42% -
HSV(B) 42.67º 0.35% 0.51% -
XYZ 17.21 18.12 11.19 -
YUV 117.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 130 117 85 0 0.1 0.35 0.49 42.67 0.21 0.42
Hex 82 75 55 0 A 23 31 2B 15 2A
Octal 202 165 125 0 12 43 61 53 25 52
Binary 10000010 1110101 1010101 0 1010 100011 110001 101011 10101 101010

Color Harmonies of #827555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827555

Black with #827555

Text Example


Text Example

White with #827555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827555; }

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

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

background-color css

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

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

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

border-color css

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

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

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