Html Css Color HEX #83765C Stonewall

📋 copy color: '#83765C'

red 131 ◦ green 118 ◦ blue 92

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

Shades of Stonewall #83765C

Tints of Stonewall #83765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.6%

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

R = 38.42%
G = 34.6%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83765C (or 0x83765C) is known color: Stonewall. HEX triplet: 83, 76 and 5C. RGB value is (131,118,92). Sum of RGB (Red+Green+Blue) = 131+118+92=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83765C is #7C89A3. Grayscale: #777777. Windows color (decimal): -8161700 or 6059651. OLE color: 6059651.

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

Color convert

RGB 131 118 92 -
CMYK 0 0.10 0.30 0.49
HSL 40º 0.17% 0.44% -
HSV(B) 40º 0.3% 0.51% -
XYZ 17.77 18.55 12.77 -
YUV 118.92 112.81 136.61 -
System Red Green Blue C M Y K H S L
Decimal 131 118 92 0 0.10 0.30 0.49 40 0.17 0.44
Hex 83 76 5C 0 A 1E 31 28 11 2C
Octal 203 166 134 0 12 36 61 50 21 54
Binary 10000011 1110110 1011100 0 1010 11110 110001 101000 10001 101100

Color Harmonies of #83765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83765C

Black with #83765C

Text Example


Text Example

White with #83765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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