#86551E

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

Shades of Hot Curry #86551E

Tints of Hot Curry #86551E

Color information

#86551E (or 0x86551E) is unknown color: approx Hot Curry. HEX triplet: 86, 55 and 1E. RGB value is (134,85,30). Sum of RGB (Red+Green+Blue) = 134+85+30=249 (32% of max value = 765). Red value is 134 (52.73% from 255 or 53.82% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 134 - color contains mainly: red. Hex color #86551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86551E is #79AAE1. Grayscale: #5D5D5D. Windows color (decimal): -7973602 or 1987974. OLE color: 1987974.

HSL color Cylindrical-coordinate representation of color #86551E: hue angle of 31.73º 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 #86551E is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1348530-
CMYK00.370.780.47
HSL31.73º63.41%32.16%-
HSV(B)31.73º77.61%52.55%-
XYZ13.3111.662.78-
YUV93.3892.23156.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.82%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=53.82%
G=34.14%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134853000.370.780.4731.7363.4132.16
Hex86551E0254E2F203f20
Octal2061253604511657407740
Binary1000011010101011111001001011001110101111100000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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