#865B2C

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

Shades of Hot Curry #865B2C

Tints of Hot Curry #865B2C

Color information

#865B2C (or 0x865B2C) is unknown color: approx Hot Curry. HEX triplet: 86, 5B and 2C. RGB value is (134,91,44). Sum of RGB (Red+Green+Blue) = 134+91+44=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #865B2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B2C is #79A4D3. Grayscale: #626262. Windows color (decimal): -7972052 or 2907014. OLE color: 2907014.

HSL color Cylindrical-coordinate representation of color #865B2C: hue angle of 31.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #865B2C is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1349144-
CMYK00.320.670.47
HSL31.33º50.56%34.9%-
HSV(B)31.33º67.16%52.55%-
XYZ14.0312.734.1-
YUV98.597.25153.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=49.81%
G=33.83%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134914400.320.670.4731.3350.5634.9
Hex865B2C020432F1f3323
Octal2061335404010357376343
Binary1000011010110111011000100000100001110111111111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,44); }

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

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

 a { background-color: rgb(134,91,44); }

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

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

 span { border-color: rgb(134,91,44); }

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