Html Css Color HEX #827861 Stonewall

📋 copy color: '#827861'

red 130 ◦ green 120 ◦ blue 97

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

Shades of Stonewall #827861

Tints of Stonewall #827861

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.58%

 BLUE value IS 97 (38.28% from 255) = 27.95%

R = 37.46%
G = 34.58%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827861 (or 0x827861) is known color: Stonewall. HEX triplet: 82, 78 and 61. RGB value is (130,120,97). Sum of RGB (Red+Green+Blue) = 130+120+97=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827861 is #7D879E. Grayscale: #787878. Windows color (decimal): -8226719 or 6387842. OLE color: 6387842.

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

Color convert

RGB 130 120 97 -
CMYK 0 0.08 0.25 0.49
HSL 41.82º 0.15% 0.45% -
HSV(B) 41.82º 0.25% 0.51% -
XYZ 18.08 19.04 14.03 -
YUV 120.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 130 120 97 0 0.08 0.25 0.49 41.82 0.15 0.45
Hex 82 78 61 0 8 19 31 2A F 2D
Octal 202 170 141 0 10 31 61 52 17 55
Binary 10000010 1111000 1100001 0 1000 11001 110001 101010 1111 101101

Color Harmonies of #827861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827861

Black with #827861

Text Example


Text Example

White with #827861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827861; }

 p { color: rgb(130,120,97); }

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

background-color css

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

 a { background-color: rgb(130,120,97); }

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

border-color css

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

 span { border-color: rgb(130,120,97); }

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