Html Css Color HEX #83795F Stonewall

📋 copy color: '#83795F'

red 131 ◦ green 121 ◦ blue 95

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

Shades of Stonewall #83795F

Tints of Stonewall #83795F

RGB

 RED value IS 131 (51.56% from 255) = 37.75%

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

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

R = 37.75%
G = 34.87%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83795F (or 0x83795F) is known color: Stonewall. HEX triplet: 83, 79 and 5F. RGB value is (131,121,95). Sum of RGB (Red+Green+Blue) = 131+121+95=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #83795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83795F is #7C86A0. Grayscale: #797979. Windows color (decimal): -8160929 or 6257027. OLE color: 6257027.

HSL color Cylindrical-coordinate representation of color #83795F: hue angle of 43.33º 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 #83795F is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 121 95 -
CMYK 0 0.08 0.27 0.49
HSL 43.33º 0.16% 0.44% -
HSV(B) 43.33º 0.27% 0.51% -
XYZ 18.26 19.33 13.59 -
YUV 121.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 131 121 95 0 0.08 0.27 0.49 43.33 0.16 0.44
Hex 83 79 5F 0 8 1B 31 2B 10 2C
Octal 203 171 137 0 10 33 61 53 20 54
Binary 10000011 1111001 1011111 0 1000 11011 110001 101011 10000 101100

Color Harmonies of #83795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83795F

Black with #83795F

Text Example


Text Example

White with #83795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83795F; }

 p { color: rgb(131,121,95); }

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

background-color css

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

 a { background-color: rgb(131,121,95); }

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

border-color css

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

 span { border-color: rgb(131,121,95); }

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