Html Css Color HEX #83775F Stonewall

📋 copy color: '#83775F'

red 131 ◦ green 119 ◦ blue 95

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

Shades of Stonewall #83775F

Tints of Stonewall #83775F

RGB

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

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

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

R = 37.97%
G = 34.49%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83775F (or 0x83775F) is known color: Stonewall. HEX triplet: 83, 77 and 5F. RGB value is (131,119,95). Sum of RGB (Red+Green+Blue) = 131+119+95=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #83775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83775F is #7C88A0. Grayscale: #777777. Windows color (decimal): -8161441 or 6256515. OLE color: 6256515.

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

Color convert

RGB 131 119 95 -
CMYK 0 0.09 0.27 0.49
HSL 40º 0.16% 0.44% -
HSV(B) 40º 0.27% 0.51% -
XYZ 18.02 18.85 13.51 -
YUV 119.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 131 119 95 0 0.09 0.27 0.49 40 0.16 0.44
Hex 83 77 5F 0 9 1B 31 28 10 2C
Octal 203 167 137 0 11 33 61 50 20 54
Binary 10000011 1110111 1011111 0 1001 11011 110001 101000 10000 101100

Color Harmonies of #83775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83775F

Black with #83775F

Text Example


Text Example

White with #83775F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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