Html Css Color HEX #80735E Stonewall

📋 copy color: '#80735E'

red 128 ◦ green 115 ◦ blue 94

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

Shades of Stonewall #80735E

Tints of Stonewall #80735E

RGB

 RED value IS 128 (50.39% from 255) = 37.98%

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 37.98%
G = 34.12%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80735E (or 0x80735E) is known color: Stonewall. HEX triplet: 80, 73 and 5E. RGB value is (128,115,94). Sum of RGB (Red+Green+Blue) = 128+115+94=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80735E is #7F8CA1. Grayscale: #747474. Windows color (decimal): -8359074 or 6189952. OLE color: 6189952.

HSL color Cylindrical-coordinate representation of color #80735E: hue angle of 37.06º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80735E is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 94 -
CMYK 0 0.10 0.27 0.50
HSL 37.06º 0.15% 0.44% -
HSV(B) 37.06º 0.27% 0.5% -
XYZ 17.05 17.66 13.1 -
YUV 116.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 128 115 94 0 0.10 0.27 0.50 37.06 0.15 0.44
Hex 80 73 5E 0 A 1B 32 25 F 2C
Octal 200 163 136 0 12 33 62 45 17 54
Binary 10000000 1110011 1011110 0 1010 11011 110010 100101 1111 101100

Color Harmonies of #80735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80735E

Black with #80735E

Text Example


Text Example

White with #80735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,115,94); }

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

background-color css

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

 a { background-color: rgb(128,115,94); }

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

border-color css

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

 span { border-color: rgb(128,115,94); }

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