#8A624D

Color #8A624D Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #8A624D

Tints of Spicy Mix #8A624D

Color information

#8A624D (or 0x8A624D) is unknown color: approx Spicy Mix. HEX triplet: 8A, 62 and 4D. RGB value is (138,98,77). Sum of RGB (Red+Green+Blue) = 138+98+77=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A624D is #759DB2. Grayscale: #6B6B6B. Windows color (decimal): -7708083 or 5071498. OLE color: 5071498.

HSL color Cylindrical-coordinate representation of color #8A624D: hue angle of 20.66º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A624D is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1389877-
CMYK00.290.440.46
HSL20.66º28.37%42.16%-
HSV(B)20.66º44.2%54.12%-
XYZ16.1914.679-
YUV107.57110.75149.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=44.09%
G=31.31%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138987700.290.440.4620.6628.3742.16
Hex8A624D01D2C2E151c2a
Octal2121421150355456253452
Binary10001010110001010011010111011011001011101010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A624D; }

 p { color: rgb(138,98,77); }

 H1.HeaderClassName
 {
   color: #8A624D;
 }
 .AnyTagClassName
 {
   color: #8A624D;
 }
</style>
background-color css

<style>
 a { background-color: #8A624D; }

 a { background-color: rgb(138,98,77); }

 div.DivClassName
 {
   background-color: #8A624D;
 }
 .BgClassName
 {
   background-color: #8A624D;
 }
</style>
border-color css

<style>
 span { border-color: #8A624D; }

 span { border-color: rgb(138,98,77); }

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