#865A26

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

Shades of Hot Curry #865A26

Tints of Hot Curry #865A26

Color information

#865A26 (or 0x865A26) is unknown color: approx Hot Curry. HEX triplet: 86, 5A and 26. RGB value is (134,90,38). Sum of RGB (Red+Green+Blue) = 134+90+38=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #865A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A26 is #79A5D9. Grayscale: #616161. Windows color (decimal): -7972314 or 2513542. OLE color: 2513542.

HSL color Cylindrical-coordinate representation of color #865A26: hue angle of 32.5º degrees, saturation: 0.56, 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 #865A26 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1349038-
CMYK00.330.720.47
HSL32.5º55.81%33.73%-
HSV(B)32.5º71.64%52.55%-
XYZ13.8412.523.52-
YUV97.2394.58154.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 90 (35.55% from 255) = 34.35%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=51.15%
G=34.35%
B=14.50%

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
Decimal134903800.330.720.4732.555.8133.73
Hex865A26021482F203822
Octal2061324604111057407042
Binary10000110101101010011001000011001000101111100000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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