#7D584A

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

Shades of Spicy Mix #7D584A

Tints of Spicy Mix #7D584A

Color information

#7D584A (or 0x7D584A) is unknown color: approx Spicy Mix. HEX triplet: 7D, 58 and 4A. RGB value is (125,88,74). Sum of RGB (Red+Green+Blue) = 125+88+74=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D584A is #82A7B5. Grayscale: #616161. Windows color (decimal): -8562614 or 4872317. OLE color: 4872317.

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

Color convert

RGB1258874-
CMYK00.300.410.51
HSL16.47º25.63%39.02%-
HSV(B)16.47º40.8%49.02%-
XYZ13.1811.838.07-
YUV97.47114.76147.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.55%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=43.55%
G=30.66%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125887400.300.410.5116.4725.6339.02
Hex7D584A01E2933101a27
Octal1751301120365163203247
Binary1111101101100010010100111101010011100111000011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D584A; }

 p { color: rgb(125,88,74); }

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

<style>
 a { background-color: #7D584A; }

 a { background-color: rgb(125,88,74); }

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

<style>
 span { border-color: #7D584A; }

 span { border-color: rgb(125,88,74); }

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