Html Css Color HEX #83755C Stonewall

📋 copy color: '#83755C'

red 131 ◦ green 117 ◦ blue 92

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

Shades of Stonewall #83755C

Tints of Stonewall #83755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 38.53%
G = 34.41%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83755C (or 0x83755C) is known color: Stonewall. HEX triplet: 83, 75 and 5C. RGB value is (131,117,92). Sum of RGB (Red+Green+Blue) = 131+117+92=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755C is #7C8AA3. Grayscale: #767676. Windows color (decimal): -8161956 or 6059395. OLE color: 6059395.

HSL color Cylindrical-coordinate representation of color #83755C: hue angle of 38.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83755C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 92 -
CMYK 0 0.11 0.30 0.49
HSL 38.46º 0.17% 0.44% -
HSV(B) 38.46º 0.3% 0.51% -
XYZ 17.65 18.32 12.73 -
YUV 118.34 113.14 137.03 -
System Red Green Blue C M Y K H S L
Decimal 131 117 92 0 0.11 0.30 0.49 38.46 0.17 0.44
Hex 83 75 5C 0 B 1E 31 26 11 2C
Octal 203 165 134 0 13 36 61 46 21 54
Binary 10000011 1110101 1011100 0 1011 11110 110001 100110 10001 101100

Color Harmonies of #83755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83755C

Black with #83755C

Text Example


Text Example

White with #83755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83755C; }

 p { color: rgb(131,117,92); }

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

background-color css

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

 a { background-color: rgb(131,117,92); }

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

border-color css

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

 span { border-color: rgb(131,117,92); }

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