Html Css Color HEX #807562 Stonewall

📋 copy color: '#807562'

red 128 ◦ green 117 ◦ blue 98

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

Shades of Stonewall #807562

Tints of Stonewall #807562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 98 (38.67% from 255) = 28.57%

R = 37.32%
G = 34.11%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#807562 (or 0x807562) is known color: Stonewall. HEX triplet: 80, 75 and 62. RGB value is (128,117,98). Sum of RGB (Red+Green+Blue) = 128+117+98=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #807562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807562 is #7F8A9D. Grayscale: #767676. Windows color (decimal): -8358558 or 6452608. OLE color: 6452608.

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

Color convert

RGB 128 117 98 -
CMYK 0 0.09 0.23 0.50
HSL 38º 0.13% 0.44% -
HSV(B) 38º 0.23% 0.5% -
XYZ 17.47 18.19 14.15 -
YUV 118.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 128 117 98 0 0.09 0.23 0.50 38 0.13 0.44
Hex 80 75 62 0 9 17 32 26 D 2C
Octal 200 165 142 0 11 27 62 46 15 54
Binary 10000000 1110101 1100010 0 1001 10111 110010 100110 1101 101100

Color Harmonies of #807562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807562

Black with #807562

Text Example


Text Example

White with #807562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807562; }

 p { color: rgb(128,117,98); }

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

background-color css

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

 a { background-color: rgb(128,117,98); }

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

border-color css

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

 span { border-color: rgb(128,117,98); }

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