#855A4F

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

Shades of Spicy Mix #855A4F

Tints of Spicy Mix #855A4F

Color information

#855A4F (or 0x855A4F) is unknown color: approx Spicy Mix. HEX triplet: 85, 5A and 4F. RGB value is (133,90,79). Sum of RGB (Red+Green+Blue) = 133+90+79=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A4F is #7AA5B0. Grayscale: #656565. Windows color (decimal): -8037809 or 5200517. OLE color: 5200517.

HSL color Cylindrical-coordinate representation of color #855A4F: hue angle of 12.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855A4F is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1339079-
CMYK00.320.410.48
HSL12.22º25.47%41.57%-
HSV(B)12.22º40.6%52.16%-
XYZ14.7412.869.1-
YUV101.6115.25150.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=44.04%
G=29.80%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133907900.320.410.4812.2225.4741.57
Hex855A4F0202930c192a
Octal2051321170405160143152
Binary10000101101101010011110100000101001110000110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A4F; }

 p { color: rgb(133,90,79); }

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

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

 a { background-color: rgb(133,90,79); }

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

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

 span { border-color: rgb(133,90,79); }

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