#715041

Color #715041 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #715041

Tints of Spice #715041

Color information

#715041 (or 0x715041) is unknown color: approx Spice. HEX triplet: 71, 50 and 41. RGB value is (113,80,65). Sum of RGB (Red+Green+Blue) = 113+80+65=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #715041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715041 is #8EAFBE. Grayscale: #585858. Windows color (decimal): -9351103 or 4280433. OLE color: 4280433.

HSL color Cylindrical-coordinate representation of color #715041: hue angle of 18.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #715041 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1138065-
CMYK00.290.420.56
HSL18.75º26.97%34.9%-
HSV(B)18.75º42.48%44.31%-
XYZ10.639.636.3-
YUV88.16114.93145.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 65 (25.78% from 255) = 25.19%
R=43.80%
G=31.01%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113806500.290.420.5618.7526.9734.9
Hex71504101D2A38131b23
Octal1611201010355270233343
Binary1110001101000010000010111011010101110001001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715041; }

 p { color: rgb(113,80,65); }

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

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

 a { background-color: rgb(113,80,65); }

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

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

 span { border-color: rgb(113,80,65); }

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