Html Css Color HEX #825B50 Spicy Mix

📋 copy color: '#825B50'

red 130 ◦ green 91 ◦ blue 80

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

Shades of Spicy Mix #825B50

Tints of Spicy Mix #825B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.23%

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

R = 43.19%
G = 30.23%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825B50 (or 0x825B50) is known color: Spicy Mix. HEX triplet: 82, 5B and 50. RGB value is (130,91,80). Sum of RGB (Red+Green+Blue) = 130+91+80=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #825B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B50 is #7DA4AF. Grayscale: #656565. Windows color (decimal): -8234160 or 5266306. OLE color: 5266306.

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

Color convert

RGB 130 91 80 -
CMYK 0 0.30 0.38 0.49
HSL 13.2º 0.24% 0.41% -
HSV(B) 13.2º 0.38% 0.51% -
XYZ 14.39 12.81 9.3 -
YUV 101.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 130 91 80 0 0.30 0.38 0.49 13.2 0.24 0.41
Hex 82 5B 50 0 1E 26 31 D 18 29
Octal 202 133 120 0 36 46 61 15 30 51
Binary 10000010 1011011 1010000 0 11110 100110 110001 1101 11000 101001

Color Harmonies of #825B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B50

Black with #825B50

Text Example


Text Example

White with #825B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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