Html Css Color HEX #83785F Stonewall

📋 copy color: '#83785F'

red 131 ◦ green 120 ◦ blue 95

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

Shades of Stonewall #83785F

Tints of Stonewall #83785F

RGB

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

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

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

R = 37.86%
G = 34.68%
B = 27.46%

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

#83785F (or 0x83785F) is known color: Stonewall. HEX triplet: 83, 78 and 5F. RGB value is (131,120,95). Sum of RGB (Red+Green+Blue) = 131+120+95=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #83785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83785F is #7C87A0. Grayscale: #787878. Windows color (decimal): -8161185 or 6256771. OLE color: 6256771.

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

Color convert

RGB 131 120 95 -
CMYK 0 0.08 0.27 0.49
HSL 41.67º 0.16% 0.44% -
HSV(B) 41.67º 0.27% 0.51% -
XYZ 18.14 19.08 13.55 -
YUV 120.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 131 120 95 0 0.08 0.27 0.49 41.67 0.16 0.44
Hex 83 78 5F 0 8 1B 31 2A 10 2C
Octal 203 170 137 0 10 33 61 52 20 54
Binary 10000011 1111000 1011111 0 1000 11011 110001 101010 10000 101100

Color Harmonies of #83785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83785F

Black with #83785F

Text Example


Text Example

White with #83785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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