#8B5848

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

Shades of Spicy Mix #8B5848

Tints of Spicy Mix #8B5848

Color information

#8B5848 (or 0x8B5848) is unknown color: approx Spicy Mix. HEX triplet: 8B, 58 and 48. RGB value is (139,88,72). Sum of RGB (Red+Green+Blue) = 139+88+72=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5848 is #74A7B7. Grayscale: #656565. Windows color (decimal): -7645112 or 4741259. OLE color: 4741259.

HSL color Cylindrical-coordinate representation of color #8B5848: hue angle of 14.33º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B5848 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1398872-
CMYK00.370.480.45
HSL14.33º31.75%41.37%-
HSV(B)14.33º48.2%54.51%-
XYZ15.3112.947.82-
YUV101.42111.4154.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=46.49%
G=29.43%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139887200.370.480.4514.3331.7541.37
Hex8B5848025302De2029
Octal2131301100456055164051
Binary100010111011000100100001001011100001011011110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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