Html Css Color HEX #83755F Stonewall

📋 copy color: '#83755F'

red 131 ◦ green 117 ◦ blue 95

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

Shades of Stonewall #83755F

Tints of Stonewall #83755F

RGB

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

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

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

R = 38.19%
G = 34.11%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83755F (or 0x83755F) is known color: Stonewall. HEX triplet: 83, 75 and 5F. RGB value is (131,117,95). Sum of RGB (Red+Green+Blue) = 131+117+95=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83755F is #7C8AA0. Grayscale: #767676. Windows color (decimal): -8161953 or 6256003. OLE color: 6256003.

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

Color convert

RGB 131 117 95 -
CMYK 0 0.11 0.27 0.49
HSL 36.67º 0.16% 0.44% -
HSV(B) 36.67º 0.27% 0.51% -
XYZ 17.79 18.37 13.44 -
YUV 118.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 131 117 95 0 0.11 0.27 0.49 36.67 0.16 0.44
Hex 83 75 5F 0 B 1B 31 25 10 2C
Octal 203 165 137 0 13 33 61 45 20 54
Binary 10000011 1110101 1011111 0 1011 11011 110001 100101 10000 101100

Color Harmonies of #83755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83755F

Black with #83755F

Text Example


Text Example

White with #83755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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