Html Css Color HEX #827A5F Stonewall

📋 copy color: '#827A5F'

red 130 ◦ green 122 ◦ blue 95

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

Shades of Stonewall #827A5F

Tints of Stonewall #827A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 37.46%
G = 35.16%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#827A5F (or 0x827A5F) is known color: Stonewall. HEX triplet: 82, 7A and 5F. RGB value is (130,122,95). Sum of RGB (Red+Green+Blue) = 130+122+95=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A5F is #7D85A0. Grayscale: #797979. Windows color (decimal): -8226209 or 6257282. OLE color: 6257282.

HSL color Cylindrical-coordinate representation of color #827A5F: hue angle of 46.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827A5F is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 95 -
CMYK 0 0.06 0.27 0.49
HSL 46.29º 0.16% 0.44% -
HSV(B) 46.29º 0.27% 0.51% -
XYZ 18.23 19.49 13.63 -
YUV 121.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 130 122 95 0 0.06 0.27 0.49 46.29 0.16 0.44
Hex 82 7A 5F 0 6 1B 31 2E 10 2C
Octal 202 172 137 0 6 33 61 56 20 54
Binary 10000010 1111010 1011111 0 110 11011 110001 101110 10000 101100

Color Harmonies of #827A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A5F

Black with #827A5F

Text Example


Text Example

White with #827A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A5F; }

 p { color: rgb(130,122,95); }

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

background-color css

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

 a { background-color: rgb(130,122,95); }

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

border-color css

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

 span { border-color: rgb(130,122,95); }

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