Html Css Color HEX #82594D Spicy Mix

📋 copy color: '#82594D'

red 130 ◦ green 89 ◦ blue 77

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

Shades of Spicy Mix #82594D

Tints of Spicy Mix #82594D

RGB

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

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

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

R = 43.92%
G = 30.07%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82594D (or 0x82594D) is known color: Spicy Mix. HEX triplet: 82, 59 and 4D. RGB value is (130,89,77). Sum of RGB (Red+Green+Blue) = 130+89+77=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82594D is #7DA6B2. Grayscale: #636363. Windows color (decimal): -8234675 or 5069186. OLE color: 5069186.

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

Color convert

RGB 130 89 77 -
CMYK 0 0.32 0.41 0.49
HSL 13.58º 0.26% 0.41% -
HSV(B) 13.58º 0.41% 0.51% -
XYZ 14.12 12.43 8.68 -
YUV 99.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 130 89 77 0 0.32 0.41 0.49 13.58 0.26 0.41
Hex 82 59 4D 0 20 29 31 E 1A 29
Octal 202 131 115 0 40 51 61 16 32 51
Binary 10000010 1011001 1001101 0 100000 101001 110001 1110 11010 101001

Color Harmonies of #82594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82594D

Black with #82594D

Text Example


Text Example

White with #82594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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