#865a25

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

Shades of Hot Curry #865A25

Tints of Hot Curry #865A25

Color information

#865A25 (or 0x865A25) is unknown color: approx Hot Curry. HEX triplet: 86, 5A and 25. RGB value is (134,90,37). Sum of RGB (Red+Green+Blue) = 134+90+37=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #865A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A25 is #79A5DA. Grayscale: #616161. Windows color (decimal): -7972315 or 2448006. OLE color: 2448006.

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

Color convert

RGB1349037-
CMYK00.330.720.47
HSL32.78º56.73%33.53%-
HSV(B)32.78º72.39%52.55%-
XYZ13.8212.513.44-
YUV97.1194.08154.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 37 (14.84% from 255) = 14.18%
R=51.34%
G=34.48%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134903700.330.720.4732.7856.7333.53
Hex865A25021482F213922
Octal2061324504111057417142
Binary10000110101101010010101000011001000101111100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865a25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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