#8A6250

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

Shades of Spicy Mix #8A6250

Tints of Spicy Mix #8A6250

Color information

#8A6250 (or 0x8A6250) is unknown color: approx Spicy Mix. HEX triplet: 8A, 62 and 50. RGB value is (138,98,80). Sum of RGB (Red+Green+Blue) = 138+98+80=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6250 is #759DAF. Grayscale: #6C6C6C. Windows color (decimal): -7708080 or 5268106. OLE color: 5268106.

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

Color convert

RGB1389880-
CMYK00.290.420.46
HSL18.62º26.61%42.75%-
HSV(B)18.62º42.03%54.12%-
XYZ16.314.729.57-
YUV107.91112.25149.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.67%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=43.67%
G=31.01%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138988000.290.420.4618.6226.6142.75
Hex8A625001D2A2E131b2b
Octal2121421200355256233353
Binary10001010110001010100000111011010101011101001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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