Html Css Color HEX #805D50 Spicy Mix

📋 copy color: '#805D50'

red 128 ◦ green 93 ◦ blue 80

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

Shades of Spicy Mix #805D50

Tints of Spicy Mix #805D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

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

R = 42.52%
G = 30.9%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#805D50 (or 0x805D50) is known color: Spicy Mix. HEX triplet: 80, 5D and 50. RGB value is (128,93,80). Sum of RGB (Red+Green+Blue) = 128+93+80=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #805D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D50 is #7FA2AF. Grayscale: #666666. Windows color (decimal): -8364720 or 5266816. OLE color: 5266816.

HSL color Cylindrical-coordinate representation of color #805D50: hue angle of 16.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 #805D50 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 93 80 -
CMYK 0 0.27 0.38 0.50
HSL 16.25º 0.23% 0.41% -
HSV(B) 16.25º 0.38% 0.5% -
XYZ 14.26 13 9.35 -
YUV 101.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 128 93 80 0 0.27 0.38 0.50 16.25 0.23 0.41
Hex 80 5D 50 0 1B 26 32 10 17 29
Octal 200 135 120 0 33 46 62 20 27 51
Binary 10000000 1011101 1010000 0 11011 100110 110010 10000 10111 101001

Color Harmonies of #805D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D50

Black with #805D50

Text Example


Text Example

White with #805D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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