Html Css Color HEX #805950 Spicy Mix

📋 copy color: '#805950'

red 128 ◦ green 89 ◦ blue 80

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

Shades of Spicy Mix #805950

Tints of Spicy Mix #805950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.97%

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 43.1%
G = 29.97%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#805950 (or 0x805950) is known color: Spicy Mix. HEX triplet: 80, 59 and 50. RGB value is (128,89,80). Sum of RGB (Red+Green+Blue) = 128+89+80=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #805950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805950 is #7FA6AF. Grayscale: #636363. Windows color (decimal): -8365744 or 5265792. OLE color: 5265792.

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

Color convert

RGB 128 89 80 -
CMYK 0 0.30 0.38 0.50
HSL 11.25º 0.23% 0.41% -
HSV(B) 11.25º 0.38% 0.5% -
XYZ 13.92 12.31 9.23 -
YUV 99.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 128 89 80 0 0.30 0.38 0.50 11.25 0.23 0.41
Hex 80 59 50 0 1E 26 32 B 17 29
Octal 200 131 120 0 36 46 62 13 27 51
Binary 10000000 1011001 1010000 0 11110 100110 110010 1011 10111 101001

Color Harmonies of #805950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805950

Black with #805950

Text Example


Text Example

White with #805950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805950; }

 p { color: rgb(128,89,80); }

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

background-color css

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

 a { background-color: rgb(128,89,80); }

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

border-color css

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

 span { border-color: rgb(128,89,80); }

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