#85634F

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

Shades of Spicy Mix #85634F

Tints of Spicy Mix #85634F

Color information

#85634F (or 0x85634F) is unknown color: approx Spicy Mix. HEX triplet: 85, 63 and 4F. RGB value is (133,99,79). Sum of RGB (Red+Green+Blue) = 133+99+79=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #85634F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85634F is #7A9CB0. Grayscale: #6B6B6B. Windows color (decimal): -8035505 or 5202821. OLE color: 5202821.

HSL color Cylindrical-coordinate representation of color #85634F: hue angle of 22.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 #85634F is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB1339979-
CMYK00.260.410.48
HSL22.22º25.47%41.57%-
HSV(B)22.22º40.6%52.16%-
XYZ15.5514.479.37-
YUV106.89112.26146.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=42.77%
G=31.83%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133997900.260.410.4822.2225.4741.57
Hex85634F01A293016192a
Octal2051431170325160263152
Binary10000101110001110011110110101010011100001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85634F; }

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

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

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

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

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

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

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

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