Html Css Color HEX #827961 Stonewall

📋 copy color: '#827961'

red 130 ◦ green 121 ◦ blue 97

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

Shades of Stonewall #827961

Tints of Stonewall #827961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

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

R = 37.36%
G = 34.77%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827961 (or 0x827961) is known color: Stonewall. HEX triplet: 82, 79 and 61. RGB value is (130,121,97). Sum of RGB (Red+Green+Blue) = 130+121+97=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827961 is #7D869E. Grayscale: #797979. Windows color (decimal): -8226463 or 6388098. OLE color: 6388098.

HSL color Cylindrical-coordinate representation of color #827961: hue angle of 43.64º 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 #827961 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 97 -
CMYK 0 0.07 0.25 0.49
HSL 43.64º 0.15% 0.45% -
HSV(B) 43.64º 0.25% 0.51% -
XYZ 18.2 19.28 14.07 -
YUV 120.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 130 121 97 0 0.07 0.25 0.49 43.64 0.15 0.45
Hex 82 79 61 0 7 19 31 2C F 2D
Octal 202 171 141 0 7 31 61 54 17 55
Binary 10000010 1111001 1100001 0 111 11001 110001 101100 1111 101101

Color Harmonies of #827961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827961

Black with #827961

Text Example


Text Example

White with #827961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827961; }

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

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

background-color css

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

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

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

border-color css

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

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

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