#865518

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

Shades of Hot Curry #865518

Tints of Hot Curry #865518

Color information

#865518 (or 0x865518) is unknown color: approx Hot Curry. HEX triplet: 86, 55 and 18. RGB value is (134,85,24). Sum of RGB (Red+Green+Blue) = 134+85+24=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865518 is #79AAE7. Grayscale: #5C5C5C. Windows color (decimal): -7973608 or 1594758. OLE color: 1594758.

HSL color Cylindrical-coordinate representation of color #865518: hue angle of 33.27º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #865518 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1348524-
CMYK00.370.820.47
HSL33.27º69.62%30.98%-
HSV(B)33.27º82.09%52.55%-
XYZ13.2411.632.41-
YUV92.789.23157.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 24 (9.77% from 255) = 9.88%
R=55.14%
G=34.98%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134852400.370.820.4733.2769.6230.98
Hex865518025522F21461f
Octal20612530045122574110637
Binary1000011010101011100001001011010010101111100001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865518; }

 p { color: rgb(134,85,24); }

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

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

 a { background-color: rgb(134,85,24); }

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

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

 span { border-color: rgb(134,85,24); }

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