Html Css Color HEX #827763 Stonewall

📋 copy color: '#827763'

red 130 ◦ green 119 ◦ blue 99

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

Shades of Stonewall #827763

Tints of Stonewall #827763

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.2%

 BLUE value IS 99 (39.06% from 255) = 28.45%

R = 37.36%
G = 34.2%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#827763 (or 0x827763) is known color: Stonewall. HEX triplet: 82, 77 and 63. RGB value is (130,119,99). Sum of RGB (Red+Green+Blue) = 130+119+99=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827763 is #7D889C. Grayscale: #787878. Windows color (decimal): -8226973 or 6518658. OLE color: 6518658.

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

Color convert

RGB 130 119 99 -
CMYK 0 0.08 0.24 0.49
HSL 38.71º 0.14% 0.45% -
HSV(B) 38.71º 0.24% 0.51% -
XYZ 18.05 18.84 14.49 -
YUV 120.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 130 119 99 0 0.08 0.24 0.49 38.71 0.14 0.45
Hex 82 77 63 0 8 18 31 27 E 2D
Octal 202 167 143 0 10 30 61 47 16 55
Binary 10000010 1110111 1100011 0 1000 11000 110001 100111 1110 101101

Color Harmonies of #827763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827763

Black with #827763

Text Example


Text Example

White with #827763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827763; }

 p { color: rgb(130,119,99); }

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

background-color css

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

 a { background-color: rgb(130,119,99); }

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

border-color css

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

 span { border-color: rgb(130,119,99); }

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