Html Css Color HEX #825950 Spicy Mix

📋 copy color: '#825950'

red 130 ◦ green 89 ◦ blue 80

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

Shades of Spicy Mix #825950

Tints of Spicy Mix #825950

RGB

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

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

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

R = 43.48%
G = 29.77%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#825950 (or 0x825950) is known color: Spicy Mix. HEX triplet: 82, 59 and 50. RGB value is (130,89,80). Sum of RGB (Red+Green+Blue) = 130+89+80=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #825950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825950 is #7DA6AF. Grayscale: #646464. Windows color (decimal): -8234672 or 5265794. OLE color: 5265794.

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

Color convert

RGB 130 89 80 -
CMYK 0 0.32 0.38 0.49
HSL 10.8º 0.24% 0.41% -
HSV(B) 10.8º 0.38% 0.51% -
XYZ 14.23 12.47 9.25 -
YUV 100.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 130 89 80 0 0.32 0.38 0.49 10.8 0.24 0.41
Hex 82 59 50 0 20 26 31 B 18 29
Octal 202 131 120 0 40 46 61 13 30 51
Binary 10000010 1011001 1010000 0 100000 100110 110001 1011 11000 101001

Color Harmonies of #825950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825950

Black with #825950

Text Example


Text Example

White with #825950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825950; }

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

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

background-color css

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

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

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

border-color css

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

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

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