#865A20

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

Shades of Hot Curry #865A20

Tints of Hot Curry #865A20

Color information

#865A20 (or 0x865A20) is unknown color: approx Hot Curry. HEX triplet: 86, 5A and 20. RGB value is (134,90,32). Sum of RGB (Red+Green+Blue) = 134+90+32=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #865A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A20 is #79A5DF. Grayscale: #606060. Windows color (decimal): -7972320 or 2120326. OLE color: 2120326.

HSL color Cylindrical-coordinate representation of color #865A20: hue angle of 34.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #865A20 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB1349032-
CMYK00.330.760.47
HSL34.12º61.45%32.55%-
HSV(B)34.12º76.12%52.55%-
XYZ13.7512.483.05-
YUV96.5491.58154.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.34%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=52.34%
G=35.16%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134903200.330.760.4734.1261.4532.55
Hex865A200214C2F223d21
Octal2061324004111457427541
Binary10000110101101010000001000011001100101111100010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865A20; }

 p { color: rgb(134,90,32); }

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

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

 a { background-color: rgb(134,90,32); }

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

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

 span { border-color: rgb(134,90,32); }

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