#86561E

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

Shades of Hot Curry #86561E

Tints of Hot Curry #86561E

Color information

#86561E (or 0x86561E) is unknown color: approx Hot Curry. HEX triplet: 86, 56 and 1E. RGB value is (134,86,30). Sum of RGB (Red+Green+Blue) = 134+86+30=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #86561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86561E is #79A9E1. Grayscale: #5E5E5E. Windows color (decimal): -7973346 or 1988230. OLE color: 1988230.

HSL color Cylindrical-coordinate representation of color #86561E: hue angle of 32.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86561E is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1348630-
CMYK00.360.780.47
HSL32.31º63.41%32.16%-
HSV(B)32.31º77.61%52.55%-
XYZ13.3911.822.8-
YUV93.9791.9156.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 86 (33.98% from 255) = 34.4%
BLUE value IS 30 (12.11% from 255) = 12%
R=53.6%
G=34.4%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134863000.360.780.4732.3163.4132.16
Hex86561E0244E2F203f20
Octal2061263604411657407740
Binary1000011010101101111001001001001110101111100000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86561E; }

 p { color: rgb(134,86,30); }

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

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

 a { background-color: rgb(134,86,30); }

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

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

 span { border-color: rgb(134,86,30); }

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