Html Css Color HEX #82604D Spicy Mix

📋 copy color: '#82604D'

red 130 ◦ green 96 ◦ blue 77

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

Shades of Spicy Mix #82604D

Tints of Spicy Mix #82604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.68%

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

R = 42.9%
G = 31.68%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82604D (or 0x82604D) is known color: Spicy Mix. HEX triplet: 82, 60 and 4D. RGB value is (130,96,77). Sum of RGB (Red+Green+Blue) = 130+96+77=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82604D is #7D9FB2. Grayscale: #686868. Windows color (decimal): -8232883 or 5070978. OLE color: 5070978.

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

Color convert

RGB 130 96 77 -
CMYK 0 0.26 0.41 0.49
HSL 21.51º 0.26% 0.41% -
HSV(B) 21.51º 0.41% 0.51% -
XYZ 14.73 13.65 8.88 -
YUV 104 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 130 96 77 0 0.26 0.41 0.49 21.51 0.26 0.41
Hex 82 60 4D 0 1A 29 31 16 1A 29
Octal 202 140 115 0 32 51 61 26 32 51
Binary 10000010 1100000 1001101 0 11010 101001 110001 10110 11010 101001

Color Harmonies of #82604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82604D

Black with #82604D

Text Example


Text Example

White with #82604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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