Html Css Color HEX #807360 Stonewall

📋 copy color: '#807360'

red 128 ◦ green 115 ◦ blue 96

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

Shades of Stonewall #807360

Tints of Stonewall #807360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 37.76%
G = 33.92%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#807360 (or 0x807360) is known color: Stonewall. HEX triplet: 80, 73 and 60. RGB value is (128,115,96). Sum of RGB (Red+Green+Blue) = 128+115+96=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #807360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807360 is #7F8C9F. Grayscale: #747474. Windows color (decimal): -8359072 or 6321024. OLE color: 6321024.

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

Color convert

RGB 128 115 96 -
CMYK 0 0.10 0.25 0.50
HSL 35.63º 0.14% 0.44% -
HSV(B) 35.63º 0.25% 0.5% -
XYZ 17.14 17.7 13.58 -
YUV 116.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 128 115 96 0 0.10 0.25 0.50 35.63 0.14 0.44
Hex 80 73 60 0 A 19 32 24 E 2C
Octal 200 163 140 0 12 31 62 44 16 54
Binary 10000000 1110011 1100000 0 1010 11001 110010 100100 1110 101100

Color Harmonies of #807360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807360

Black with #807360

Text Example


Text Example

White with #807360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807360; }

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

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

background-color css

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

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

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

border-color css

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

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

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