Html Css Color HEX #82574D Spicy Mix

📋 copy color: '#82574D'

red 130 ◦ green 87 ◦ blue 77

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

Shades of Spicy Mix #82574D

Tints of Spicy Mix #82574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 44.22%
G = 29.59%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82574D (or 0x82574D) is known color: Spicy Mix. HEX triplet: 82, 57 and 4D. RGB value is (130,87,77). Sum of RGB (Red+Green+Blue) = 130+87+77=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82574D is #7DA8B2. Grayscale: #626262. Windows color (decimal): -8235187 or 5068674. OLE color: 5068674.

HSL color Cylindrical-coordinate representation of color #82574D: hue angle of 11.32º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82574D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 87 77 -
CMYK 0 0.33 0.41 0.49
HSL 11.32º 0.26% 0.41% -
HSV(B) 11.32º 0.41% 0.51% -
XYZ 13.95 12.1 8.62 -
YUV 98.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 130 87 77 0 0.33 0.41 0.49 11.32 0.26 0.41
Hex 82 57 4D 0 21 29 31 B 1A 29
Octal 202 127 115 0 41 51 61 13 32 51
Binary 10000010 1010111 1001101 0 100001 101001 110001 1011 11010 101001

Color Harmonies of #82574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82574D

Black with #82574D

Text Example


Text Example

White with #82574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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