#8A6252

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

Shades of Spicy Mix #8A6252

Tints of Spicy Mix #8A6252

Color information

#8A6252 (or 0x8A6252) is unknown color: approx Spicy Mix. HEX triplet: 8A, 62 and 52. RGB value is (138,98,82). Sum of RGB (Red+Green+Blue) = 138+98+82=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6252 is #759DAD. Grayscale: #6C6C6C. Windows color (decimal): -7708078 or 5399178. OLE color: 5399178.

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

Color convert

RGB1389882-
CMYK00.290.410.46
HSL17.14º25.45%43.14%-
HSV(B)17.14º40.58%54.12%-
XYZ16.3714.759.97-
YUV108.14113.25149.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=43.40%
G=30.82%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138988200.290.410.4617.1425.4543.14
Hex8A625201D292E11192b
Octal2121421220355156213153
Binary10001010110001010100100111011010011011101000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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