Html Css Color HEX #825D50 Spicy Mix

📋 copy color: '#825D50'

red 130 ◦ green 93 ◦ blue 80

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

Shades of Spicy Mix #825D50

Tints of Spicy Mix #825D50

RGB

 RED value IS 130 (51.17% from 255) = 42.9%

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

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

R = 42.9%
G = 30.69%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825D50 (or 0x825D50) is known color: Spicy Mix. HEX triplet: 82, 5D and 50. RGB value is (130,93,80). Sum of RGB (Red+Green+Blue) = 130+93+80=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #825D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D50 is #7DA2AF. Grayscale: #666666. Windows color (decimal): -8233648 or 5266818. OLE color: 5266818.

HSL color Cylindrical-coordinate representation of color #825D50: hue angle of 15.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825D50 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 93 80 -
CMYK 0 0.28 0.38 0.49
HSL 15.6º 0.24% 0.41% -
HSV(B) 15.6º 0.38% 0.51% -
XYZ 14.57 13.15 9.36 -
YUV 102.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 130 93 80 0 0.28 0.38 0.49 15.6 0.24 0.41
Hex 82 5D 50 0 1C 26 31 10 18 29
Octal 202 135 120 0 34 46 61 20 30 51
Binary 10000010 1011101 1010000 0 11100 100110 110001 10000 11000 101001

Color Harmonies of #825D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D50

Black with #825D50

Text Example


Text Example

White with #825D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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