Html Css Color HEX #825C50 Spicy Mix

📋 copy color: '#825C50'

red 130 ◦ green 92 ◦ blue 80

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

Shades of Spicy Mix #825C50

Tints of Spicy Mix #825C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

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

R = 43.05%
G = 30.46%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825C50 (or 0x825C50) is known color: Spicy Mix. HEX triplet: 82, 5C and 50. RGB value is (130,92,80). Sum of RGB (Red+Green+Blue) = 130+92+80=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #825C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C50 is #7DA3AF. Grayscale: #666666. Windows color (decimal): -8233904 or 5266562. OLE color: 5266562.

HSL color Cylindrical-coordinate representation of color #825C50: hue angle of 14.4º 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 #825C50 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 80 -
CMYK 0 0.29 0.38 0.49
HSL 14.4º 0.24% 0.41% -
HSV(B) 14.4º 0.38% 0.51% -
XYZ 14.48 12.98 9.33 -
YUV 101.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 130 92 80 0 0.29 0.38 0.49 14.4 0.24 0.41
Hex 82 5C 50 0 1D 26 31 E 18 29
Octal 202 134 120 0 35 46 61 16 30 51
Binary 10000010 1011100 1010000 0 11101 100110 110001 1110 11000 101001

Color Harmonies of #825C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C50

Black with #825C50

Text Example


Text Example

White with #825C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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