Html Css Color HEX #82614F Spicy Mix

📋 copy color: '#82614F'

red 130 ◦ green 97 ◦ blue 79

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

Shades of Spicy Mix #82614F

Tints of Spicy Mix #82614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.7%

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 42.48%
G = 31.7%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82614F (or 0x82614F) is known color: Spicy Mix. HEX triplet: 82, 61 and 4F. RGB value is (130,97,79). Sum of RGB (Red+Green+Blue) = 130+97+79=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #82614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82614F is #7D9EB0. Grayscale: #686868. Windows color (decimal): -8232625 or 5202306. OLE color: 5202306.

HSL color Cylindrical-coordinate representation of color #82614F: hue angle of 21.18º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82614F is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 79 -
CMYK 0 0.25 0.39 0.49
HSL 21.18º 0.24% 0.41% -
HSV(B) 21.18º 0.39% 0.51% -
XYZ 14.89 13.86 9.29 -
YUV 104.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 130 97 79 0 0.25 0.39 0.49 21.18 0.24 0.41
Hex 82 61 4F 0 19 27 31 15 18 29
Octal 202 141 117 0 31 47 61 25 30 51
Binary 10000010 1100001 1001111 0 11001 100111 110001 10101 11000 101001

Color Harmonies of #82614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82614F

Black with #82614F

Text Example


Text Example

White with #82614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82614F; }

 p { color: rgb(130,97,79); }

 H1.HeaderClassName
 {
   color: #82614F;
 }
 .AnyTagClassName
 {
   color: #82614F;
 }
</style>

background-color css

<style>
 a { background-color: #82614F; }

 a { background-color: rgb(130,97,79); }

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

border-color css

<style>
 span { border-color: #82614F; }

 span { border-color: rgb(130,97,79); }

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