Html Css Color HEX #825A4C Spicy Mix

📋 copy color: '#825A4C'

red 130 ◦ green 90 ◦ blue 76

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

Shades of Spicy Mix #825A4C

Tints of Spicy Mix #825A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 43.92%
G = 30.41%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#825A4C (or 0x825A4C) is known color: Spicy Mix. HEX triplet: 82, 5A and 4C. RGB value is (130,90,76). Sum of RGB (Red+Green+Blue) = 130+90+76=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #825A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A4C is #7DA5B3. Grayscale: #646464. Windows color (decimal): -8234420 or 5003906. OLE color: 5003906.

HSL color Cylindrical-coordinate representation of color #825A4C: hue angle of 15.56º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #825A4C is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 90 76 -
CMYK 0 0.31 0.42 0.49
HSL 15.56º 0.26% 0.4% -
HSV(B) 15.56º 0.42% 0.51% -
XYZ 14.17 12.58 8.52 -
YUV 100.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 130 90 76 0 0.31 0.42 0.49 15.56 0.26 0.4
Hex 82 5A 4C 0 1F 2A 31 10 1A 28
Octal 202 132 114 0 37 52 61 20 32 50
Binary 10000010 1011010 1001100 0 11111 101010 110001 10000 11010 101000

Color Harmonies of #825A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A4C

Black with #825A4C

Text Example


Text Example

White with #825A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,76); }

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

background-color css

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

 a { background-color: rgb(130,90,76); }

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

border-color css

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

 span { border-color: rgb(130,90,76); }

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