Html Css Color HEX #827560 Stonewall

📋 copy color: '#827560'

red 130 ◦ green 117 ◦ blue 96

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

Shades of Stonewall #827560

Tints of Stonewall #827560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 37.9%
G = 34.11%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#827560 (or 0x827560) is known color: Stonewall. HEX triplet: 82, 75 and 60. RGB value is (130,117,96). Sum of RGB (Red+Green+Blue) = 130+117+96=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #827560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827560 is #7D8A9F. Grayscale: #767676. Windows color (decimal): -8227488 or 6321538. OLE color: 6321538.

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

Color convert

RGB 130 117 96 -
CMYK 0 0.1 0.26 0.49
HSL 37.06º 0.15% 0.44% -
HSV(B) 37.06º 0.26% 0.51% -
XYZ 17.68 18.31 13.67 -
YUV 118.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 130 117 96 0 0.1 0.26 0.49 37.06 0.15 0.44
Hex 82 75 60 0 A 1A 31 25 F 2C
Octal 202 165 140 0 12 32 61 45 17 54
Binary 10000010 1110101 1100000 0 1010 11010 110001 100101 1111 101100

Color Harmonies of #827560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827560

Black with #827560

Text Example


Text Example

White with #827560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827560; }

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

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

background-color css

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

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

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

border-color css

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

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

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