#865E1F

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

Shades of Hot Curry #865E1F

Tints of Hot Curry #865E1F

Color information

#865E1F (or 0x865E1F) is unknown color: approx Hot Curry. HEX triplet: 86, 5E and 1F. RGB value is (134,94,31). Sum of RGB (Red+Green+Blue) = 134+94+31=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #865E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E1F is #79A1E0. Grayscale: #636363. Windows color (decimal): -7971297 or 2055814. OLE color: 2055814.

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

Color convert

RGB1349431-
CMYK00.300.770.47
HSL36.7º62.42%32.35%-
HSV(B)36.7º76.87%52.55%-
XYZ14.0813.173.1-
YUV98.7889.75153.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.74%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 31 (12.5% from 255) = 11.97%
R=51.74%
G=36.29%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134943100.300.770.4736.762.4232.35
Hex865E1F01E4D2F253e20
Octal2061363703611557457640
Binary100001101011110111110111101001101101111100101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,31); }

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

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

 a { background-color: rgb(134,94,31); }

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

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

 span { border-color: rgb(134,94,31); }

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