Html Css Color HEX #83775C Stonewall

📋 copy color: '#83775C'

red 131 ◦ green 119 ◦ blue 92

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

Shades of Stonewall #83775C

Tints of Stonewall #83775C

RGB

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

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

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

R = 38.3%
G = 34.8%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83775C (or 0x83775C) is known color: Stonewall. HEX triplet: 83, 77 and 5C. RGB value is (131,119,92). Sum of RGB (Red+Green+Blue) = 131+119+92=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83775C is #7C88A3. Grayscale: #777777. Windows color (decimal): -8161444 or 6059907. OLE color: 6059907.

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

Color convert

RGB 131 119 92 -
CMYK 0 0.09 0.30 0.49
HSL 41.54º 0.17% 0.44% -
HSV(B) 41.54º 0.3% 0.51% -
XYZ 17.89 18.79 12.81 -
YUV 119.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 131 119 92 0 0.09 0.30 0.49 41.54 0.17 0.44
Hex 83 77 5C 0 9 1E 31 2A 11 2C
Octal 203 167 134 0 11 36 61 52 21 54
Binary 10000011 1110111 1011100 0 1001 11110 110001 101010 10001 101100

Color Harmonies of #83775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83775C

Black with #83775C

Text Example


Text Example

White with #83775C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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