#875848

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

Shades of Spicy Mix #875848

Tints of Spicy Mix #875848

Color information

#875848 (or 0x875848) is unknown color: approx Spicy Mix. HEX triplet: 87, 58 and 48. RGB value is (135,88,72). Sum of RGB (Red+Green+Blue) = 135+88+72=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #875848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875848 is #78A7B7. Grayscale: #646464. Windows color (decimal): -7907256 or 4741255. OLE color: 4741255.

HSL color Cylindrical-coordinate representation of color #875848: hue angle of 15.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875848 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1358872-
CMYK00.350.470.47
HSL15.24º30.43%40.59%-
HSV(B)15.24º46.67%52.94%-
XYZ14.6512.67.79-
YUV100.23112.07152.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=45.76%
G=29.83%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135887200.350.470.4715.2430.4340.59
Hex8758480232F2Ff1e29
Octal2071301100435757173651
Binary10000111101100010010000100011101111101111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875848; }

 p { color: rgb(135,88,72); }

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

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

 a { background-color: rgb(135,88,72); }

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

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

 span { border-color: rgb(135,88,72); }

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