Html Css Color HEX #82574C Spicy Mix

📋 copy color: '#82574C'

red 130 ◦ green 87 ◦ blue 76

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

Shades of Spicy Mix #82574C

Tints of Spicy Mix #82574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

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

R = 44.37%
G = 29.69%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82574C (or 0x82574C) is known color: Spicy Mix. HEX triplet: 82, 57 and 4C. RGB value is (130,87,76). Sum of RGB (Red+Green+Blue) = 130+87+76=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82574C is #7DA8B3. Grayscale: #626262. Windows color (decimal): -8235188 or 5003138. OLE color: 5003138.

HSL color Cylindrical-coordinate representation of color #82574C: hue angle of 12.22º 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 #82574C is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 76 -
CMYK 0 0.33 0.42 0.49
HSL 12.22º 0.26% 0.4% -
HSV(B) 12.22º 0.42% 0.51% -
XYZ 13.92 12.08 8.44 -
YUV 98.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 130 87 76 0 0.33 0.42 0.49 12.22 0.26 0.4
Hex 82 57 4C 0 21 2A 31 C 1A 28
Octal 202 127 114 0 41 52 61 14 32 50
Binary 10000010 1010111 1001100 0 100001 101010 110001 1100 11010 101000

Color Harmonies of #82574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82574C

Black with #82574C

Text Example


Text Example

White with #82574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82574C; }

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

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

background-color css

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

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

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

border-color css

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

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

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