Html Css Color HEX #83765E Stonewall

📋 copy color: '#83765E'

red 131 ◦ green 118 ◦ blue 94

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

Shades of Stonewall #83765E

Tints of Stonewall #83765E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 38.19%
G = 34.4%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#83765E (or 0x83765E) is known color: Stonewall. HEX triplet: 83, 76 and 5E. RGB value is (131,118,94). Sum of RGB (Red+Green+Blue) = 131+118+94=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #83765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83765E is #7C89A1. Grayscale: #777777. Windows color (decimal): -8161698 or 6190723. OLE color: 6190723.

HSL color Cylindrical-coordinate representation of color #83765E: hue angle of 38.92º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83765E is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 118 94 -
CMYK 0 0.10 0.28 0.49
HSL 38.92º 0.16% 0.44% -
HSV(B) 38.92º 0.28% 0.51% -
XYZ 17.86 18.59 13.24 -
YUV 119.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 131 118 94 0 0.10 0.28 0.49 38.92 0.16 0.44
Hex 83 76 5E 0 A 1C 31 27 10 2C
Octal 203 166 136 0 12 34 61 47 20 54
Binary 10000011 1110110 1011110 0 1010 11100 110001 100111 10000 101100

Color Harmonies of #83765E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83765E

Black with #83765E

Text Example


Text Example

White with #83765E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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